summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 16:23:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-21 16:23:35 +0000
commitd021529c7168b8fd62bd175d6e866d4835de0dc4 (patch)
tree4eb51e54212a4e91326f98a40ecdb8da8fafe701
parent998308f4b2a92e2bdfceaa80ba106aaf6a1fe253 (diff)
downloadmpv-d021529c7168b8fd62bd175d6e866d4835de0dc4.tar.bz2
mpv-d021529c7168b8fd62bd175d6e866d4835de0dc4.tar.xz
cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21140 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--Makefile2
-rwxr-xr-xconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e840104835..bf1d4a5456 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ LIBS_MPLAYER = libvo/libvo.a \
$(COMMON_LIBS) \
LIBS_MENCODER = libmpcodecs/libmpencoders.a \
- $(EXTRA_LIB_MENCODER) \
+ $(EXTRALIBS_MENCODER) \
$(COMMON_LIBS) \
OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
diff --git a/configure b/configure
index 4345a688d0..0e1e4ed8ed 100755
--- a/configure
+++ b/configure
@@ -7360,7 +7360,7 @@ EXTRA_LIB = $_ld_extra \
$_ld_vorbis $_ld_theora $_xmms_lib \
$_ld_arch
EXTRALIBS_MPLAYER = $_libs_mplayer $_ld_x11 $_ld_sock $_ld_static $_ld_gtk $_ld_glib
-EXTRA_LIB_MENCODER = $_libs_mencoder
+EXTRALIBS_MENCODER = $_libs_mencoder
FREETYPE_LIB = $_ld_freetype
FONTCONFIG_LIB = $_ld_fontconfig