diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst/rtp/Makefile.am | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-10-25 Christian Schaller <set EMAIL_ADDRESS environment variable> + + reviewed by: <delete if not using a buddy> + + * gst/rtp/Makefile.am: add missing header files for disting + 2005-10-25 Zeeshan Ali <zeenix@gmail.com> * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type), diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index e80c7f66..753b8c10 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -36,4 +36,6 @@ noinst_HEADERS = gstrtpL16enc.h \ gstasteriskh263.c \ gstrtpmp4venc.h \ gstrtpmp4vdec.h \ - gstrtpdec.h + gstrtpdec.h \ + gstrtph263enc.h \ + gstasteriskh263.h |