diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-03 08:51:27 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-05-03 08:51:27 +0200 |
commit | 4116cbeaf50e6b648f9e9c6c54d80719f687eef8 (patch) | |
tree | b71ab53641e0680bdda9b11e33a8d17172cb962c /libavformat | |
parent | 09725c1d2bed15b52b7c59dbb208f5f78d325ccc (diff) | |
download | ffmpeg-4116cbeaf50e6b648f9e9c6c54d80719f687eef8.tar.gz |
Fix oga muxer standalone compilation.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 2b78e73e62..457a69f914 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -272,6 +272,8 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \ replaygain.o \ vorbiscomment.o \ flac_picture.o +OBJS-$(CONFIG_OGA_MUXER) += oggenc.o \ + vorbiscomment.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \ vorbiscomment.o OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o oma.o |