[Mplayer-cvslog] CVS: main configure,1.339,1.340

Alex Beregszaszi alex at mplayer.dev.hu
Fri Dec 28 21:24:42 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv32580

Modified Files:
	configure 
Log Message:
fix for QNX - disabling win32 codecs and libmp1e under QNX

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -r1.339 -r1.340
--- configure	28 Dec 2001 18:29:12 -0000	1.339
+++ configure	28 Dec 2001 20:24:40 -0000	1.340
@@ -1834,7 +1834,8 @@
 fi
 echores "$_nas"
 
-if test "$_mmx" = no ; then
+# libmp1e's audio encoder is failing under QNX
+if test "$_mmx" = no || qnx ; then
   _mp1e=no
 fi
 if test "$_mp1e" = yes ; then
@@ -2128,7 +2129,7 @@
 
 
 echocheck "Win32 DLL support"
-if test "$_win32" = auto ; then
+if test "$_win32" = auto && ! qnx ; then
   _win32=no
   if x86 ; then
     if test -z "$_win32libdir" ; then




More information about the MPlayer-cvslog mailing list