r21196 - in trunk: configure libmpcodecs/Makefile
Author: diego Date: Sat Nov 25 00:32:39 2006 New Revision: 21196 Modified: trunk/configure trunk/libmpcodecs/Makefile Log: Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg had the same name. Modified: trunk/configure ============================================================================== --- trunk/configure (original) +++ trunk/configure Sat Nov 25 00:32:39 2006 @@ -7339,7 +7339,7 @@ VIDIX = $_vidix_internal EXTERNAL_VIDIX = $_vidix_external CONFIG_PP = yes -CONFIG_MP3LAME = $_mp3lame +MP3LAME = $_mp3lame LIBMENU = $_menu MP3LIB = $_mp3lib Modified: trunk/libmpcodecs/Makefile ============================================================================== --- trunk/libmpcodecs/Makefile (original) +++ trunk/libmpcodecs/Makefile Sat Nov 25 00:32:39 2006 @@ -263,7 +263,7 @@ ENCODER_SRCS += ae_twolame.c endif -ifeq ($(CONFIG_MP3LAME),yes) +ifeq ($(MP3LAME),yes) ENCODER_SRCS += ae_lame.c endif
participants (1)
-
diego