diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/rtp/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-08-21 Wim Taymans <wim@fluendo.com> + + * gst/rtp/Makefile.am: + Fix the build again. + 2006-08-21 Stefan Kost <ensonic@users.sf.net> * gst/audiofxgood/.cvsignore: diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 2091de47..54f331c5 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -66,4 +66,4 @@ noinst_HEADERS = \ gstasteriskh263.h \ gstrtpspeexdepay.h \ gstrtpspeexpay.h \ - gstrtpsv3vdepay.c + gstrtpsv3vdepay.h |