diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-08-21 10:46:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-08-21 10:46:21 +0000 |
commit | 0a10078c6c5f9505b2122646d444f175428830ac (patch) | |
tree | 930a9d3e1744f26a26a614570e7ed293b66bdca4 | |
parent | 1f46af88e2af63b1d8890c606f48ab0dc9b116b5 (diff) |
gst/rtp/Makefile.am: Fix the build again.
Original commit message from CVS:
* gst/rtp/Makefile.am:
Fix the build again.
-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 |