summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-03 16:35:40 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-03 16:35:40 +0000
commit834c6ad74611e6b9a3df1e71d80f2c899a721ee6 (patch)
treecef1547bd7d182438f2fa37800cc67052a4b7f0f /configure
parent0287286214e23cf91d3c81b23ff92edddb6dd73e (diff)
downloadmpv-834c6ad74611e6b9a3df1e71d80f2c899a721ee6.tar.bz2
mpv-834c6ad74611e6b9a3df1e71d80f2c899a721ee6.tar.xz
mencoder lavc audio encoding support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11376 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index f839b90152..f7f58a31af 100755
--- a/configure
+++ b/configure
@@ -5725,6 +5725,7 @@ VIDIX = $_vidix
SHARED_PP = $_shared_pp
CONFIG_PP = yes
CONFIG_RISKY = yes
+CONFIG_MP3LAME = $_mp3lame
LIBMENU = $_menu
I18NLIBS = $_i18n_libs
MATROSKA = $_matroska
@@ -5802,7 +5803,7 @@ MP1E_LIB = $_ld_mp1e
ARCH_LIB = $_ld_arch $_ld_iconv
XVID = $_xvid
XVID_LIB = $_ld_xvid
-DECORE_LIB = $_ld_decore
+DECORE_LIB = $_ld_decore $_ld_mp3lame
MENCODER = $_mencoder
ENCORE_LIB = $_ld_encore $_ld_mp3lame
DIRECTFB_INC = $_inc_directfb
@@ -5944,6 +5945,7 @@ $_def_encore
/* Indicates if libmp3lame is available
Note: for mencoder */
$_def_mp3lame
+#define CONFIG_MP3LAME HAVE_MP3LAME
/* Define libmp1e for realtime mpeg encoding (for DXR3 and DVB cards) */
$_def_mp1e