summaryrefslogtreecommitdiffstats
path: root/libmpdemux/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 01:36:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 01:36:13 +0000
commit42bf94ecc7341a679baa7d0770078a3ac6d4a57a (patch)
tree956f9137faf0eddef4dbafc8f36aefb18b80a949 /libmpdemux/Makefile
parent21b6b9af3c4947c9625541691b1ac090f8f94ee9 (diff)
downloadmpv-42bf94ecc7341a679baa7d0770078a3ac6d4a57a.tar.bz2
mpv-42bf94ecc7341a679baa7d0770078a3ac6d4a57a.tar.xz
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
Diffstat (limited to 'libmpdemux/Makefile')
-rw-r--r--libmpdemux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index a267d08719..cb39ef5329 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -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)