Mercurial > mplayer.hg
comparison configure @ 11375:3544f1823f6b
mencoder lavc audio encoding support
author | ranma |
---|---|
date | Mon, 03 Nov 2003 16:35:40 +0000 |
parents | 22b4ecc5edd1 |
children | 19fe73d1cb03 |
comparison
equal
deleted
inserted
replaced
11374:e00d3351b912 | 11375:3544f1823f6b |
---|---|
5723 DVBIN = $_dvbin | 5723 DVBIN = $_dvbin |
5724 VIDIX = $_vidix | 5724 VIDIX = $_vidix |
5725 SHARED_PP = $_shared_pp | 5725 SHARED_PP = $_shared_pp |
5726 CONFIG_PP = yes | 5726 CONFIG_PP = yes |
5727 CONFIG_RISKY = yes | 5727 CONFIG_RISKY = yes |
5728 CONFIG_MP3LAME = $_mp3lame | |
5728 LIBMENU = $_menu | 5729 LIBMENU = $_menu |
5729 I18NLIBS = $_i18n_libs | 5730 I18NLIBS = $_i18n_libs |
5730 MATROSKA = $_matroska | 5731 MATROSKA = $_matroska |
5731 MATROSKA_LIB = $_ld_matroska | 5732 MATROSKA_LIB = $_ld_matroska |
5732 | 5733 |
5800 MP1E_DEP = $_dep_mp1e | 5801 MP1E_DEP = $_dep_mp1e |
5801 MP1E_LIB = $_ld_mp1e | 5802 MP1E_LIB = $_ld_mp1e |
5802 ARCH_LIB = $_ld_arch $_ld_iconv | 5803 ARCH_LIB = $_ld_arch $_ld_iconv |
5803 XVID = $_xvid | 5804 XVID = $_xvid |
5804 XVID_LIB = $_ld_xvid | 5805 XVID_LIB = $_ld_xvid |
5805 DECORE_LIB = $_ld_decore | 5806 DECORE_LIB = $_ld_decore $_ld_mp3lame |
5806 MENCODER = $_mencoder | 5807 MENCODER = $_mencoder |
5807 ENCORE_LIB = $_ld_encore $_ld_mp3lame | 5808 ENCORE_LIB = $_ld_encore $_ld_mp3lame |
5808 DIRECTFB_INC = $_inc_directfb | 5809 DIRECTFB_INC = $_inc_directfb |
5809 DIRECTFB_LIB = $_ld_directfb | 5810 DIRECTFB_LIB = $_ld_directfb |
5810 CDPARANOIA_INC = $_inc_cdparanoia | 5811 CDPARANOIA_INC = $_inc_cdparanoia |
5942 $_def_encore | 5943 $_def_encore |
5943 | 5944 |
5944 /* Indicates if libmp3lame is available | 5945 /* Indicates if libmp3lame is available |
5945 Note: for mencoder */ | 5946 Note: for mencoder */ |
5946 $_def_mp3lame | 5947 $_def_mp3lame |
5948 #define CONFIG_MP3LAME HAVE_MP3LAME | |
5947 | 5949 |
5948 /* Define libmp1e for realtime mpeg encoding (for DXR3 and DVB cards) */ | 5950 /* Define libmp1e for realtime mpeg encoding (for DXR3 and DVB cards) */ |
5949 $_def_mp1e | 5951 $_def_mp1e |
5950 | 5952 |
5951 /* Define this to enable avg. byte/sec-based AVI sync method by default: | 5953 /* Define this to enable avg. byte/sec-based AVI sync method by default: |