diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-11-10 18:27:03 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-11-10 18:27:03 +0000 |
commit | 5118cae69411185188733d68b5f0d75dbee1f92e (patch) | |
tree | f2e1bfacc8aebde903c1d59ea162ab322eef44c1 /libavformat/Makefile | |
parent | 96e2fbf27b36598aef084225d380335f27eb6598 (diff) | |
download | ffmpeg-5118cae69411185188733d68b5f0d75dbee1f92e.tar.gz |
ogg muxer
Originally committed as revision 10999 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 e97236c80c..3d29abeb9c 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -113,6 +113,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ oggparseflac.o \ oggparseogm.o \ riff.o +OBJS-$(CONFIG_OGG_MUXER) += oggenc.o OBJS-$(CONFIG_OSS_DEMUXER) += audio.o OBJS-$(CONFIG_OSS_MUXER) += audio.o OBJS-$(CONFIG_PSP_MUXER) += movenc.o riff.o isom.o |