Mercurial > libavcodec.hg
changeset 6458:58305141e1bb libavcodec
add dependencies for matroska audio and nut muxers over lavc
author | aurel |
---|---|
date | Wed, 05 Mar 2008 16:34:47 +0000 |
parents | f88fc47e8e46 |
children | 588d15844c80 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Mar 05 15:23:54 2008 +0000 +++ b/Makefile Wed Mar 05 16:34:47 2008 +0000 @@ -299,7 +299,9 @@ 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