diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-09 17:30:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 17:30:09 +0100 |
| commit | fe8cdafbf43419d49a23a3034a198f8ae456cb37 (patch) | |
| tree | 188e5aa1078c079afcab72539c9aaf1d2006a72e /modules/gdnative/SCsub | |
| parent | 7d46dbb553df10e27937881971e0365f03aa8b06 (diff) | |
| parent | 72feccf2057e99d9235efb52cbb9bc4ccc0f0e36 (diff) | |
| download | redot-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/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 |
