# HG changeset patch # User diego # Date 1164411159 0 # Node ID 2f1d3f01a244251c37635cdfc24106d8386de37c # Parent 10f8f9918ec906d9ec40ce5f7ed81bff3215af85 Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg had the same name. diff -r 10f8f9918ec9 -r 2f1d3f01a244 configure --- a/configure Fri Nov 24 20:20:26 2006 +0000 +++ b/configure Fri Nov 24 23:32:39 2006 +0000 @@ -7339,7 +7339,7 @@ VIDIX = $_vidix_internal EXTERNAL_VIDIX = $_vidix_external CONFIG_PP = yes -CONFIG_MP3LAME = $_mp3lame +MP3LAME = $_mp3lame LIBMENU = $_menu MP3LIB = $_mp3lib diff -r 10f8f9918ec9 -r 2f1d3f01a244 libmpcodecs/Makefile --- a/libmpcodecs/Makefile Fri Nov 24 20:20:26 2006 +0000 +++ b/libmpcodecs/Makefile Fri Nov 24 23:32:39 2006 +0000 @@ -263,7 +263,7 @@ ENCODER_SRCS += ae_twolame.c endif -ifeq ($(CONFIG_MP3LAME),yes) +ifeq ($(MP3LAME),yes) ENCODER_SRCS += ae_lame.c endif