[xiph-commits] r17907 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Wed Mar 23 03:51:57 PDT 2011


Author: j
Date: 2011-03-23 03:51:57 -0700 (Wed, 23 Mar 2011)
New Revision: 17907

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
fix build on Windows 7 64bit

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2011-03-23 09:33:07 UTC (rev 17906)
+++ trunk/ffmpeg2theora/SConstruct	2011-03-23 10:51:57 UTC (rev 17907)
@@ -191,7 +191,6 @@
 
 if env['crossmingw']:
     env.Append(CCFLAGS=['-Wl,-subsystem,windows'])
-    env.Append(LINKFLAGS=['-Wl,-subsystem,windows'])
     env.Append(LIBS=['m'])
 elif env['static']:
     env.Append(LIBS=['m', 'dl'])



More information about the commits mailing list