From 834c6ad74611e6b9a3df1e71d80f2c899a721ee6 Mon Sep 17 00:00:00 2001 From: ranma Date: Mon, 3 Nov 2003 16:35:40 +0000 Subject: mencoder lavc audio encoding support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11376 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3