10l: Muxers were not being compiled even when MEncoder was enabled.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21302 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 01:36:13 +00:00
parent 21b6b9af3c
commit 42bf94ecc7
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ MUXERS = muxer.c \
MUXERS-$(CONFIG_LIBAVFORMAT) += muxer_lavf.c
MUXERS-$(CONFIG_LIBAVFORMAT_SO) += muxer_lavf.c
SRCS-$(MENCODER) += $(MUXERS)
SRCS-$(MENCODER) += $(MUXERS-yes)
SRCS += $(SRCS-yes)