[xiph-commits] r17782 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Tue Jan 18 05:17:15 PST 2011


Author: j
Date: 2011-01-18 05:17:15 -0800 (Tue, 18 Jan 2011)
New Revision: 17782

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
update windows link flags

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2011-01-18 12:18:00 UTC (rev 17781)
+++ trunk/ffmpeg2theora/SConstruct	2011-01-18 13:17:15 UTC (rev 17782)
@@ -194,6 +194,7 @@
 
 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