diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-02-06 12:37:37 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-02-06 12:37:37 +0000 |
commit | cb4ddf7765b0a27904725fa4aea41afd17ffcecd (patch) | |
tree | 53775e3972784c6bbf3565dab937cc41bb3c3a5b /libavformat/Makefile | |
parent | 1d67b037f7fc344f2e0b4dac6ac0ca3dd5438e6c (diff) | |
download | ffmpeg-cb4ddf7765b0a27904725fa4aea41afd17ffcecd.tar.gz |
Add support for speex in ogg
Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 9172c1b4d9..041f224a70 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -110,6 +110,7 @@ OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparseflac.o \ oggparseogm.o \ + oggparsespeex.o \ oggparsetheora.o \ oggparsevorbis.o \ riff.o |