From 866ba3f296d465949544c2d2a5740bc56b7992cf Mon Sep 17 00:00:00 2001 From: rathann Date: Thu, 9 Nov 2006 23:14:33 +0000 Subject: Disable linking mplayer (and internal static libavcodec) with libmp3lame/faac/x264 if --disable-encoder=mp3lame/faac/x264 options are passed to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20827 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 737e1d31ca..24141111eb 100644 --- a/Makefile +++ b/Makefile @@ -310,7 +310,7 @@ mplayer$(EXESUF): $(MPLAYER_DEP) ifeq ($(MENCODER),yes) LIBS_MENCODER = libmpcodecs/libmpencoders.a \ - $(MP3LAME_LIB) \ + $(EXTRA_LIB_MENCODER) \ $(COMMON_LIBS) \ mencoder$(EXESUF): $(MENCODER_DEP) -- cgit v1.2.3