summaryrefslogtreecommitdiff
path: root/drivers/theora/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/theora/SCsub')
-rw-r--r--drivers/theora/SCsub3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/theora/SCsub b/drivers/theora/SCsub
index d3e5838276..ecabce6c9d 100644
--- a/drivers/theora/SCsub
+++ b/drivers/theora/SCsub
@@ -32,6 +32,7 @@ sources = [
"theora/video_stream_theora.cpp",
]
-env.drivers_sources += sources
+if env['use_theoraplayer_binary'] != "yes":
+ env.drivers_sources += sources