summaryrefslogtreecommitdiff
path: root/modules/gdnative/SCsub
diff options
context:
space:
mode:
authorAnish <anishbhobe@hotmail.com>2018-07-29 01:31:30 +0530
committerRémi Verschelde <rverschelde@gmail.com>2018-12-13 15:19:09 +0100
commit7199b7b5dd1b324f6581c4a880951730daefbb60 (patch)
tree8ea1419487eaf37b414ce18d10db9474a998cdfc /modules/gdnative/SCsub
parentd030c17d5ea1c6e40d8c45a7cffd072242dcb735 (diff)
Added interface for GDNative Videodecoder.
Interface and callback api added for Videodecoder support. Should be able to construct any format videodecoder using only the given interface. GSoC 2018 project.
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