diff Makefile @ 20811:828ee0cb0806

Disable linking mplayer (and internal static libavcodec) with libmp3lame/faac/x264 if --disable-encoder=mp3lame/faac/x264 options are passed to configure.
author rathann
date Thu, 09 Nov 2006 23:14:33 +0000
parents b5045bb4f1aa
children 4b51e6459e64
line wrap: on
line diff
--- a/Makefile	Thu Nov 09 22:41:45 2006 +0000
+++ b/Makefile	Thu Nov 09 23:14:33 2006 +0000
@@ -310,7 +310,7 @@
 
 ifeq ($(MENCODER),yes)
 LIBS_MENCODER = libmpcodecs/libmpencoders.a \
-                $(MP3LAME_LIB) \
+                $(EXTRA_LIB_MENCODER) \
                 $(COMMON_LIBS) \
 
 mencoder$(EXESUF): $(MENCODER_DEP)