mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 03:18:55 +08:00
add dependencies for matroska audio and nut muxers over lavc
Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -299,7 +299,9 @@ OBJS-$(CONFIG_ADPCM_YAMAHA_DECODER) += adpcm.o
|
||||
OBJS-$(CONFIG_ADPCM_YAMAHA_ENCODER) += adpcm.o
|
||||
|
||||
# libavformat dependencies
|
||||
OBJS-$(CONFIG_MATROSKA_AUDIO_MUXER) += xiph.o
|
||||
OBJS-$(CONFIG_MATROSKA_MUXER) += xiph.o
|
||||
OBJS-$(CONFIG_NUT_MUXER) += mpegaudiodata.o
|
||||
OBJS-$(CONFIG_OGG_MUXER) += xiph.o
|
||||
|
||||
# external codec libraries
|
||||
|
Reference in New Issue
Block a user