diff options
author | Josh Allmann <joshua.allmann@gmail.com> | 2010-04-01 21:40:56 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-04-01 21:40:56 +0000 |
commit | 06a36faf4c111d621a742eb1116dabc20f5593a8 (patch) | |
tree | e54c53d6a3fd54416e3394a8891e615243de055c /libavformat/Makefile | |
parent | d834d63b0e99b9b088fba06fb2cdf7370d653d78 (diff) | |
download | ffmpeg-06a36faf4c111d621a742eb1116dabc20f5593a8.tar.gz |
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
the Vorbis / theora depacketizers.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index bcdf3f5c8b..538883d75b 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -225,8 +225,8 @@ OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o \ rtpdec_asf.o \ rtpdec_h263.o \ rtpdec_h264.o \ - rtpdec_theora.o \ - rtpdec_vorbis.o + rtpdec_vorbis.o \ + rtpdec_xiph.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o |