summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--libmpcodecs/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index eb31bbe0f1..aeecc46b68 100755
--- a/configure
+++ b/configure
@@ -7339,7 +7339,7 @@ DVBIN = $_dvbin
VIDIX = $_vidix_internal
EXTERNAL_VIDIX = $_vidix_external
CONFIG_PP = yes
-CONFIG_MP3LAME = $_mp3lame
+MP3LAME = $_mp3lame
LIBMENU = $_menu
MP3LIB = $_mp3lib
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index d91cefd95a..fb903644fa 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -263,7 +263,7 @@ ifeq ($(TWOLAME),yes)
ENCODER_SRCS += ae_twolame.c
endif
-ifeq ($(CONFIG_MP3LAME),yes)
+ifeq ($(MP3LAME),yes)
ENCODER_SRCS += ae_lame.c
endif