Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg
had the same name.
author |
diego |
date |
Fri, 24 Nov 2006 23:32:39 +0000 |
parents |
10f8f9918ec9 |
children |
d2a3e5845d17 |
files |
configure libmpcodecs/Makefile |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- 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
--- 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