[MPlayer-cvslog] r25655 - trunk/configure

uau subversion at mplayerhq.hu
Wed Jan 9 02:17:53 CET 2008


Author: uau
Date: Wed Jan  9 02:17:52 2008
New Revision: 25655

Log:
Set CONFIG_SWSCALER in order to avoid imgresample

Set "CONFIG_SWSCALE=yes" in config.mak. This prevents building
libavcodec/imgresample.o which has symbols that conflict with swscale
ones.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jan  9 02:17:52 2008
@@ -7766,6 +7766,8 @@ CONFIG_ZLIB=$_zlib
 CONFIG_GPL=yes
 CONFIG_ENCODERS=$_mencoder
 CONFIG_MUXERS=$_mencoder
+# Prevent building libavcodec/imgresample.c with conflicting symbols
+CONFIG_SWSCALER=yes
 RADIO=$_radio
 RADIO_CAPTURE=$_radio_capture
 VIDIX_CYBERBLADE=$_vidix_drv_cyberblade



More information about the MPlayer-cvslog mailing list