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
798bf901b8eaf63be28c0e7218564ee9034f16fe
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: 146ms Template: 4ms
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