diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-23 14:45:01 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-23 14:45:01 +0000 |
commit | d782c21b5772e16807f12a4a48da6754d8c19907 (patch) | |
tree | e711d5b07b727329fc325f4169a0ca9406adca77 /configure | |
parent | 170cdeeee49765057e7c2fd93982e878cfaf2d83 (diff) |
cosmetics - reordered config.mak lines
moved libdv from decore_libs to vorbis_libs - both places are wrong, but
it's better with vorbis as both are combined demuxer+codec libs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7862 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4443,14 +4443,11 @@ AA_LIB = $_ld_aa # audio output ALSA_LIB = $_ld_alsa NAS_LIB = $_ld_nas -MAD_LIB = $_ld_mad ARTS_LIB = $_ld_arts ARTS_INC = $_inc_arts -VORBIS_LIB = $_ld_vorbis -FAAD_LIB = $_ld_faad SGIAUDIO_LIB = $_ld_sgiaudio -# input +# input/demuxer/codecs TERMCAP_LIB = $_ld_termcap LIRC_LIB = $_ld_lirc CSS_USE = $_css @@ -4473,7 +4470,7 @@ ARCH_LIB = $_ld_arch $_ld_iconv DIVX4LINUX = $_divx4linux XVID = $_xvid XVID_LIB = $_ld_xvid -DECORE_LIB = $_ld_decore $_ld_libdv +DECORE_LIB = $_ld_decore MENCODER = $_mencoder ENCORE_LIB = $_ld_encore $_ld_mp3lame DIRECTFB_INC = $_inc_directfb @@ -4484,6 +4481,9 @@ FREETYPE_INC = $_inc_freetype FREETYPE_LIB = $_ld_freetype LZO= $_mkf_lzo LZO_LIB= $_ld_lzo +MAD_LIB = $_ld_mad +VORBIS_LIB = $_ld_vorbis $_ld_libdv +FAAD_LIB = $_ld_faad # --- Some stuff for autoconfigure ---- $_target_arch |