openh264/build
Martin Storsjö e945654f06 Use assert.h instead of cassert
This fixes building for android differently than in f5e483ce.

On android, <cassert> isn't available in the normal include path,
only when the STL headers are available.

We intentionally avoid using STL within the main libopenh264.so, to
simplify dependency chains for users of the library (which otherwise
could run into conflicts if the surrounding app would want to use
a different STL implementation).

The previous fix only provided headers, not actually linking
against STL, so at this point it's not a real issue yet, but it's
still a very slippery slope towards accidentally starting relying on
STL within the core library.

Instead explicitly avoid using STL within the core library, by not
even providing the include path.
2016-06-15 21:06:11 +03:00
..
arch.mk Remove the "platform-" prefix from common shared makefiles 2014-10-22 10:18:53 +03:00
astyle.cfg Make astyle convert tabs to spaces 2015-07-14 10:03:40 +03:00
AutoBuildForWPAndWindows.bat update build script for wp8 under multi-vc version 2016-01-23 16:56:53 +08:00
Dockerfile Update Dockerfile 2014-11-29 15:48:23 -07:00
gtest-targets.mk Google has deprecated using SVN. Move over to GitHub 2016-03-17 17:25:22 -07:00
mktargets.py improve py and mk 2014-09-12 10:30:56 +08:00
mktargets.sh Make sure that gtest-targets.mk gets regenerated with the right directory 2016-03-24 10:01:21 +02:00
msvc-app.mk Add a separate platform makefile for "msvc-app" 2015-05-11 23:30:46 +03:00
msvc-common.mk Generate map file for msvc build 2016-01-19 17:03:50 +08:00
platform-android.mk Use assert.h instead of cassert 2016-06-15 21:06:11 +03:00
platform-bsd.mk Consolidate BSD build to support NetBSD and OpenBSD as well 2015-09-15 18:06:16 +02:00
platform-darwin.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00
platform-ios.mk Enable bitcode for iOS 9 2015-12-07 08:44:16 +08:00
platform-linux.mk Don't concatenate $@ to AR_OPTS 2015-06-26 14:09:00 +03:00
platform-mingw_nt.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00
platform-msvc-app.mk Add a separate platform makefile for "msvc-app" 2015-05-11 23:30:46 +03:00
platform-msvc-wp.mk More fixes for out-of-tree build: 2015-05-29 14:57:07 +02:00
platform-msvc.mk Move the "all" make target before including any platform files 2015-04-22 09:20:31 +03:00
x86-common.mk Use ARCH instead of ENABLE64BIT for distinguishing between x86 and x86_64 2015-04-20 12:22:46 +03:00