summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdnative/videodecoder/SCsub')
-rw-r--r--modules/gdnative/videodecoder/SCsub9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/gdnative/videodecoder/SCsub b/modules/gdnative/videodecoder/SCsub
deleted file mode 100644
index 5948b9a3dd..0000000000
--- a/modules/gdnative/videodecoder/SCsub
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/env python
-
-Import("env")
-Import("env_modules")
-
-env_vsdecoder_gdnative = env_modules.Clone()
-
-env_vsdecoder_gdnative.Prepend(CPPPATH=["#modules/gdnative/include/"])
-env_vsdecoder_gdnative.add_source_files(env.modules_sources, "*.cpp")