Commit 5a433461 authored by Aurelien Jacobs's avatar Aurelien Jacobs

add dependencies for matroska audio and nut muxers over lavc

Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d78d72da
...@@ -299,7 +299,9 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o ...@@ -299,7 +299,9 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
# libavformat dependencies # libavformat dependencies
OBJS-$(CONFIG_MATROSKA_AUDIO_MUXER) += xiph.o
OBJS-$(CONFIG_MATROSKA_MUXER) += xiph.o OBJS-$(CONFIG_MATROSKA_MUXER) += xiph.o
OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o
OBJS-$(CONFIG_OGG_MUXER) += xiph.o OBJS-$(CONFIG_OGG_MUXER) += xiph.o
# external codec libraries # external codec libraries
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment