diff options
author | Anish <anishbhobe@hotmail.com> | 2018-07-29 01:31:30 +0530 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-13 15:19:09 +0100 |
commit | 7199b7b5dd1b324f6581c4a880951730daefbb60 (patch) | |
tree | 8ea1419487eaf37b414ce18d10db9474a998cdfc /modules/gdnative/SCsub | |
parent | d030c17d5ea1c6e40d8c45a7cffd072242dcb735 (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/SCsub | 1 |
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 |