summaryrefslogtreecommitdiffstats
path: root/modules/opus/SCsub
Commit message (Expand)AuthorAgeFilesLines
* Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-252/+0
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-3/+16
* [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-291-0/+3
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-18/+13
* opus/vorbis: Remove dead code not used since 3.0Rémi Verschelde2020-03-181-7/+5
* Revert "Update opus to 1.3.1 and opusfile to 0.11"Rémi Verschelde2019-11-181-7/+7
* Update opus to 1.3.1 and opusfile to 0.11unknown2019-11-091-7/+7
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-6/+6
* Deprecate armv6 support for Androidfhuya2019-06-191-1/+1
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-6/+6
* SCons: Fix OPUS_ARM_OPT flag applied for all android/iphone archesRémi Verschelde2019-04-041-3/+8
* SCons: Move platform-specific Opus config to its moduleRémi Verschelde2019-03-021-1/+7
* opus: Better sync sources list with upstream buildsystemRémi Verschelde2019-02-281-146/+153
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-5/+7
* Fix video playbackMatt Hughes2017-10-141-2/+9
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-2/+2
* opus: Move public headers to match system installRémi Verschelde2016-11-031-0/+1
* scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+2
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-6/+6
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-196/+196
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* modules: Clone env in each moduleRémi Verschelde2016-10-151-11/+13
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-0/+211