Mercurial > mplayer.hg
comparison configure @ 3849:9a02b736eb37
fix for QNX - disabling win32 codecs and libmp1e under QNX
author | alex |
---|---|
date | Fri, 28 Dec 2001 20:24:40 +0000 |
parents | 25600d0bdc63 |
children | f767ae423309 |
comparison
equal
deleted
inserted
replaced
3848:f99944f9f427 | 3849:9a02b736eb37 |
---|---|
1832 else | 1832 else |
1833 _def_nas='#undef HAVE_NAS' | 1833 _def_nas='#undef HAVE_NAS' |
1834 fi | 1834 fi |
1835 echores "$_nas" | 1835 echores "$_nas" |
1836 | 1836 |
1837 if test "$_mmx" = no ; then | 1837 # libmp1e's audio encoder is failing under QNX |
1838 if test "$_mmx" = no || qnx ; then | |
1838 _mp1e=no | 1839 _mp1e=no |
1839 fi | 1840 fi |
1840 if test "$_mp1e" = yes ; then | 1841 if test "$_mp1e" = yes ; then |
1841 _def_mp1e='#define USE_MP1E' | 1842 _def_mp1e='#define USE_MP1E' |
1842 _ld_mp1e="-Llibmp1e -lmp1e" | 1843 _ld_mp1e="-Llibmp1e -lmp1e" |
2126 fi | 2127 fi |
2127 echores "$_vorbis" | 2128 echores "$_vorbis" |
2128 | 2129 |
2129 | 2130 |
2130 echocheck "Win32 DLL support" | 2131 echocheck "Win32 DLL support" |
2131 if test "$_win32" = auto ; then | 2132 if test "$_win32" = auto && ! qnx ; then |
2132 _win32=no | 2133 _win32=no |
2133 if x86 ; then | 2134 if x86 ; then |
2134 if test -z "$_win32libdir" ; then | 2135 if test -z "$_win32libdir" ; then |
2135 for I in /usr/local/lib/win32 /usr/lib/win32 ; do | 2136 for I in /usr/local/lib/win32 /usr/lib/win32 ; do |
2136 if test -d "$I" ; then | 2137 if test -d "$I" ; then |