diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-07 20:22:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-07 20:22:32 +0000 |
commit | a0ddef24ced504abeaccb4d23e051831a0998298 (patch) | |
tree | 8d9817e08a97a465ae80a050cb4233f8552cffe1 /libavformat/Makefile | |
parent | e282e5edb4bfea47c5b710322fd9bfe6f1ee9220 (diff) | |
download | ffmpeg-a0ddef24ced504abeaccb4d23e051831a0998298.tar.gz |
Rename ogg2.[ch] to oggdec.[ch].
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 45a8a4889d..2bc7efc0d5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -107,7 +107,7 @@ OBJS-$(CONFIG_NULL_MUXER) += raw.o OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o OBJS-$(CONFIG_NUT_MUXER) += nutenc.o nut.o riff.o OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o -OBJS-$(CONFIG_OGG_DEMUXER) += ogg2.o \ +OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparsevorbis.o \ oggparsetheora.o \ oggparseflac.o \ |