mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-13 19:05:37 +00: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:
parent
d78d72da66
commit
5a4334618c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue