Mercurial > mplayer.hg
comparison configure @ 1349:3db173705860
DivX4Linux support
author | arpi |
---|---|
date | Thu, 19 Jul 2001 22:43:19 +0000 |
parents | bb1f389a002c |
children | c3e3b0ae4d06 |
comparison
equal
deleted
inserted
replaced
1348:e7778832010d | 1349:3db173705860 |
---|---|
1701 AV_LIB = $_lavclib | 1701 AV_LIB = $_lavclib |
1702 ALSA_LIB = $_alsalib | 1702 ALSA_LIB = $_alsalib |
1703 ESD_LIB = $_esdlib | 1703 ESD_LIB = $_esdlib |
1704 ARCH_LIBS = $_archlibs | 1704 ARCH_LIBS = $_archlibs |
1705 STREAM_SRCS = $_streamingsrcs | 1705 STREAM_SRCS = $_streamingsrcs |
1706 DECORE_LIBS = -Lopendivx -ldecore | |
1707 # DECORE_LIBS=-L/usr/local/lib -ldivxdecore | |
1706 | 1708 |
1707 # --- Some stuff for autoconfigure ---- | 1709 # --- Some stuff for autoconfigure ---- |
1708 $_target_arch | 1710 $_target_arch |
1709 TARGET_CPU=$iproc | 1711 TARGET_CPU=$iproc |
1710 TARGET_MMX=$_cfg_mmx | 1712 TARGET_MMX=$_cfg_mmx |
1717 EOF | 1719 EOF |
1718 | 1720 |
1719 cat > $CCONF << EOF | 1721 cat > $CCONF << EOF |
1720 | 1722 |
1721 /* -------- Generated by ./configure ----------- */ | 1723 /* -------- Generated by ./configure ----------- */ |
1724 | |
1725 /* Define for using new DivX4Linux library, instead of open-source OpenDivX */ | |
1726 /* You have to change DECORE_LIBS in config.mak too! */ | |
1727 #undef NEW_DECORE | |
1722 | 1728 |
1723 /* Define this to enable avg. byte/sec-based AVI sync method by default: | 1729 /* Define this to enable avg. byte/sec-based AVI sync method by default: |
1724 (use -bps or -nobps commandline option for run-time method selection) */ | 1730 (use -bps or -nobps commandline option for run-time method selection) */ |
1725 #undef AVI_SYNC_BPS | 1731 #undef AVI_SYNC_BPS |
1726 | 1732 |