[xiph-commits] r16366 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Fri Jul 31 02:35:04 PDT 2009
Author: j
Date: 2009-07-31 02:35:04 -0700 (Fri, 31 Jul 2009)
New Revision: 16366
Modified:
trunk/ffmpeg2theora/SConstruct
Log:
on os x iconv is a library to link to
Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct 2009-07-31 09:07:07 UTC (rev 16365)
+++ trunk/ffmpeg2theora/SConstruct 2009-07-31 09:35:04 UTC (rev 16366)
@@ -154,7 +154,10 @@
env.Append(CCFLAGS=[
'-DHAVE_ICONV'
])
+ if conf.CheckLib('iconv'):
+ env.Append(LIBS=['iconv'])
+
env = conf.Finish()
# ffmpeg2theora
More information about the commits
mailing list