Mercurial > libavformat.hg
diff Makefile @ 5918:e3b4d7181606 libavformat
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>.
author | rbultje |
---|---|
date | Thu, 01 Apr 2010 21:40:56 +0000 |
parents | 326378da363a |
children | f8d4cc91c798 |
line wrap: on
line diff
--- a/Makefile Thu Apr 01 12:09:33 2010 +0000 +++ b/Makefile Thu Apr 01 21:40:56 2010 +0000 @@ -225,8 +225,8 @@ 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