summaryrefslogtreecommitdiff
path: root/drivers/opus/SCsub
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2015-11-27 19:37:36 -0200
committerGeorge Marques <george@gmarqu.es>2015-11-27 19:59:50 -0200
commit4057907cf43a7ed53b94448c8d26d56a637efb92 (patch)
tree6a3a0879f226c60a8e36fa7fb936e550d1f9a6d7 /drivers/opus/SCsub
parentfc0c4c617538d6fa33808f3acacd9897046bd3d0 (diff)
Remove redundant Opus directive definition
Clean up the build command line another extra bit.
Diffstat (limited to 'drivers/opus/SCsub')
-rw-r--r--drivers/opus/SCsub2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/opus/SCsub b/drivers/opus/SCsub
index beef97d62f..59c746209b 100644
--- a/drivers/opus/SCsub
+++ b/drivers/opus/SCsub
@@ -192,6 +192,4 @@ opus_sources_lib+=opus_sources_silk
env.drivers_sources+=opus_sources_lib
env.drivers_sources+=opus_sources
-env.Append(CFLAGS=["-DOPUS_HAVE_CONFIG_H"])
-
Export('env')