Source release 19.1.0

This commit is contained in:
Matt Feddersen
2024-03-28 19:21:54 -07:00
parent 28ec8548c6
commit b8bdfccebe
182 changed files with 10645 additions and 2040 deletions

View File

@@ -35,8 +35,8 @@
],
# These are flags passed to the compiler for C++ only.
'cflags_cc': [
# Compile using the C++14 standard.
'-std=c++14',
# Compile using the C++17 standard.
'-std=c++17',
# CE CDM does not use exceptions or RTTI.
'-fno-exceptions',
'-fno-rtti',