summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-23 01:00:58 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-23 01:00:58 +0000
commit855f2061bd2b85a8cfbffd915250474131b4da16 (patch)
tree6bd6b8630eb76ba7c13710034abdcb65176c409a
parentdbf7df2aef3d36907cb7479e154c1bd5e7f35367 (diff)
And again.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e38c070f..6eea1b81 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ def options(opt):
def configure(conf):
conf.load('compiler_c')
- conf.env.append_value('CCFLAGS', ['-std=c99'])
+ conf.env.append_value('CFLAGS', ['-std=c99'])
conf.check_cfg(package='libavformat', args='--cflags --libs', uselib_store='AVFORMAT', mandatory=True)
conf.check_cfg(package='libavcodec', args='--cflags --libs', uselib_store='AVCODEC', mandatory=True)