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 /libavcodec | |
parent | 09725c1d2bed15b52b7c59dbb208f5f78d325ccc (diff) | |
download | ffmpeg-4116cbeaf50e6b648f9e9c6c54d80719f687eef8.tar.gz |
Fix oga muxer standalone compilation.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d6ed5e2c02..f43980615a 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -673,6 +673,7 @@ OBJS-$(CONFIG_MPEGTS_MUXER) += mpeg4audio.o OBJS-$(CONFIG_MPEGTS_DEMUXER) += mpeg4audio.o mpegaudiodata.o OBJS-$(CONFIG_MXF_MUXER) += dnxhddata.o OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o +OBJS-$(CONFIG_OGA_MUXER) += xiph.o flac.o flacdata.o OBJS-$(CONFIG_OGG_DEMUXER) += xiph.o flac.o flacdata.o \ mpeg12data.o vorbis_parser.o \ dirac.o vorbis_data.o |