Logo
Explore Help
Sign In
northern-lighthouse/godot
1
0
Fork 0
You've already forked godot
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c7b701dfd2fc4fe85f5b0f4e94a4faabda8dd375
godot/modules/gdnative/videodecoder/SCsub

10 lines
247 B
Plaintext
Raw Normal View History

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.
2018-07-29 01:31:30 +05:30
#!/usr/bin/env python
Import('env')
Import('env_modules')
env_vsdecoder_gdnative = env_modules.Clone()
SCons: Always use env.Prepend for CPPPATH Include paths are processed from left to right, so we use Prepend to ensure that paths to bundled thirdparty files will have precedence over system paths (e.g. `/usr/include` should have lowest priority).
2019-04-30 13:12:02 +02:00
env_vsdecoder_gdnative.Prepend(CPPPATH=['#modules/gdnative/include/'])
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.
2018-07-29 01:31:30 +05:30
env_vsdecoder_gdnative.add_source_files(env.modules_sources, '*.cpp')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.1 Page: 141ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API