# HG changeset patch # User diego # Date 1232034710 0 # Node ID 234831aa52568179c67804325988f79dcce1506b # Parent 180991eb1ab6e5d92634778a2fc1f3dc740f6dea Treat mlib as a normal FFmpeg option, not a CPU extension. diff -r 180991eb1ab6 -r 234831aa5256 configure --- a/configure Thu Jan 15 15:41:29 2009 +0000 +++ b/configure Thu Jan 15 15:51:50 2009 +0000 @@ -2611,7 +2611,7 @@ echores "$_iwmmxt" fi -_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMV6T2 ARMVFP IWMMXT MLIB MMI VIS MVI' +_cpuexts_all='ALTIVEC MMX MMX2 3DNOW 3DNOWEX SSE SSE2 SSSE3 FAST_CMOV CMOV PLD ARMV5TE ARMV6 ARMV6T2 ARMVFP IWMMXT MMI VIS MVI' test "$_altivec" = yes && _cpuexts="ALTIVEC $_cpuexts" test "$_mmx" = yes && _cpuexts="MMX $_cpuexts" test "$_mmxext" = yes && _cpuexts="MMX2 $_cpuexts" @@ -5532,6 +5532,7 @@ echores "$_sunaudio" +def_mlib='#define CONFIG_MLIB 0' if sunos; then echocheck "Sun mediaLib" if test "$_mlib" = auto ; then @@ -5540,9 +5541,8 @@ #include int main(void) { mlib_VideoColorYUV2ABGR420(0,0,0,0,0,0,0,0,0); return 0; } EOF - cc_check -lmlib && _mlib=yes -fi -test "$_mlib" = yes && _cpuexts="MLIB $_cpuexts" + cc_check -lmlib && _mlib=yes && def_mlib='#define CONFIG_MLIB 1' +fi echores "$_mlib" fi #if sunos @@ -8574,6 +8574,7 @@ $_def_dcbzl $def_fast_64bit $_def_fast_unaligned +$def_mlib $_def_mkstemp $_def_pthreads $_def_threads