diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-11-12 10:26:33 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-11-12 10:26:33 +0000 |
commit | 8361b1bea877599c389b9e8d040b131b8891d79d (patch) | |
tree | fe8a36111020eca7a997305c9f1992f78c5744c2 /libavformat/Makefile | |
parent | 02d361919a0e53001c0ddc06ad1a828d6c6884d1 (diff) | |
download | ffmpeg-8361b1bea877599c389b9e8d040b131b8891d79d.tar.gz |
remove now useless libogg support
Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 3d29abeb9c..378364f0c5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -161,7 +161,6 @@ OBJS-$(CONFIG_YUV4MPEGPIPE_DEMUXER) += yuv4mpeg.o OBJS-$(CONFIG_LIBDC1394_DEMUXER) += libdc1394.o OBJS-$(CONFIG_LIBNUT_DEMUXER) += libnut.o riff.o OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o -OBJS-$(CONFIG_LIBOGG_MUXER) += libogg.o OBJS-$(CONFIG_VHOOK) += framehook.o |