Mercurial > mplayer.hg
comparison configure @ 7861:210bf936571f
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
author | arpi |
---|---|
date | Wed, 23 Oct 2002 14:45:01 +0000 |
parents | 8d110edd67b0 |
children | 3495a2acd7eb |
comparison
equal
deleted
inserted
replaced
7860:0432eeab8f1e | 7861:210bf936571f |
---|---|
4441 AA_LIB = $_ld_aa | 4441 AA_LIB = $_ld_aa |
4442 | 4442 |
4443 # audio output | 4443 # audio output |
4444 ALSA_LIB = $_ld_alsa | 4444 ALSA_LIB = $_ld_alsa |
4445 NAS_LIB = $_ld_nas | 4445 NAS_LIB = $_ld_nas |
4446 MAD_LIB = $_ld_mad | |
4447 ARTS_LIB = $_ld_arts | 4446 ARTS_LIB = $_ld_arts |
4448 ARTS_INC = $_inc_arts | 4447 ARTS_INC = $_inc_arts |
4449 VORBIS_LIB = $_ld_vorbis | |
4450 FAAD_LIB = $_ld_faad | |
4451 SGIAUDIO_LIB = $_ld_sgiaudio | 4448 SGIAUDIO_LIB = $_ld_sgiaudio |
4452 | 4449 |
4453 # input | 4450 # input/demuxer/codecs |
4454 TERMCAP_LIB = $_ld_termcap | 4451 TERMCAP_LIB = $_ld_termcap |
4455 LIRC_LIB = $_ld_lirc | 4452 LIRC_LIB = $_ld_lirc |
4456 CSS_USE = $_css | 4453 CSS_USE = $_css |
4457 CSS_LIB = $_ld_css | 4454 CSS_LIB = $_ld_css |
4458 DVDKIT = $_dvdkit | 4455 DVDKIT = $_dvdkit |
4471 MP1E_LIB = $_ld_mp1e | 4468 MP1E_LIB = $_ld_mp1e |
4472 ARCH_LIB = $_ld_arch $_ld_iconv | 4469 ARCH_LIB = $_ld_arch $_ld_iconv |
4473 DIVX4LINUX = $_divx4linux | 4470 DIVX4LINUX = $_divx4linux |
4474 XVID = $_xvid | 4471 XVID = $_xvid |
4475 XVID_LIB = $_ld_xvid | 4472 XVID_LIB = $_ld_xvid |
4476 DECORE_LIB = $_ld_decore $_ld_libdv | 4473 DECORE_LIB = $_ld_decore |
4477 MENCODER = $_mencoder | 4474 MENCODER = $_mencoder |
4478 ENCORE_LIB = $_ld_encore $_ld_mp3lame | 4475 ENCORE_LIB = $_ld_encore $_ld_mp3lame |
4479 DIRECTFB_INC = $_inc_directfb | 4476 DIRECTFB_INC = $_inc_directfb |
4480 DIRECTFB_LIB = $_ld_directfb | 4477 DIRECTFB_LIB = $_ld_directfb |
4481 CDPARANOIA_INC = $_inc_cdparanoia | 4478 CDPARANOIA_INC = $_inc_cdparanoia |
4482 CDPARANOIA_LIB = $_ld_cdparanoia | 4479 CDPARANOIA_LIB = $_ld_cdparanoia |
4483 FREETYPE_INC = $_inc_freetype | 4480 FREETYPE_INC = $_inc_freetype |
4484 FREETYPE_LIB = $_ld_freetype | 4481 FREETYPE_LIB = $_ld_freetype |
4485 LZO= $_mkf_lzo | 4482 LZO= $_mkf_lzo |
4486 LZO_LIB= $_ld_lzo | 4483 LZO_LIB= $_ld_lzo |
4484 MAD_LIB = $_ld_mad | |
4485 VORBIS_LIB = $_ld_vorbis $_ld_libdv | |
4486 FAAD_LIB = $_ld_faad | |
4487 | 4487 |
4488 # --- Some stuff for autoconfigure ---- | 4488 # --- Some stuff for autoconfigure ---- |
4489 $_target_arch | 4489 $_target_arch |
4490 $_confcygwin | 4490 $_confcygwin |
4491 TARGET_CPU=$iproc | 4491 TARGET_CPU=$iproc |