summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-01-09 17:30:09 +0100
committerGitHub <noreply@github.com>2019-01-09 17:30:09 +0100
commitfe8cdafbf43419d49a23a3034a198f8ae456cb37 (patch)
tree188e5aa1078c079afcab72539c9aaf1d2006a72e /modules/gdnative/SCsub
parent7d46dbb553df10e27937881971e0365f03aa8b06 (diff)
parent72feccf2057e99d9235efb52cbb9bc4ccc0f0e36 (diff)
downloadredot-engine-fe8cdafbf43419d49a23a3034a198f8ae456cb37.tar.gz
Merge pull request #20552 from KidRigger/gsoc-peer
Added interface for GDNative Videodecoder.
Diffstat (limited to 'modules/gdnative/SCsub')
-rw-r--r--modules/gdnative/SCsub1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/SCsub b/modules/gdnative/SCsub
index fe2d8c7ce9..235f0b97bb 100644
--- a/modules/gdnative/SCsub
+++ b/modules/gdnative/SCsub
@@ -19,6 +19,7 @@ Export('env_gdnative')
SConscript("net/SCsub")
SConscript("arvr/SCsub")
SConscript("pluginscript/SCsub")
+SConscript("videodecoder/SCsub")
from platform_methods import run_in_subprocess