openh264/build
Martin Storsjö 2f02bf9626 Link codec_unittest to the static android STL
This allows building (and running) codec_unittest for android.

This explicitly needs to go at the end of the LDFLAGS, since both
this and -lgtest etc. are static libraries, and code in gtest
relies on the STL. Since this explicitly needs to be at the end,
a separate makefile variable is added for it.
2014-02-24 17:03:18 +02:00
..
astyle.cfg Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
gtest-targets.mk Regenerate target makefiles after the latest mktargets.py changes 2014-02-12 22:11:05 +02:00
mktargets.py 1. support .c in makefile generator. 2. add test to check C interfaces. 2014-02-12 14:52:35 +08:00
mktargets.sh Removed an unused pair of files generated by MSVC project wizards 2014-01-27 22:55:33 +02:00
platform-android.mk Link codec_unittest to the static android STL 2014-02-24 17:03:18 +02:00
platform-darwin.mk Remove the now unused -Wno-deprecated-declarations on OS X 2014-02-24 15:38:36 +02:00
platform-freebsd.mk add android support, single commit 2014-02-18 17:54:27 -08:00
platform-linux.mk add android support, single commit 2014-02-18 17:54:27 -08:00
platform-mingw_nt.mk add android support, single commit 2014-02-18 17:54:27 -08:00
platform-msvc-arm.mk Add platform files for msvc and msvc-arm 2014-01-17 12:06:12 +02:00
platform-msvc-common.mk Set GTEST_HAS_TR1_TUPLE to 0 on msvc 2014-02-24 15:38:37 +02:00
platform-msvc.mk Include the x86 common header for x86 MSVC as well 2014-02-19 21:04:30 +02:00
platform-x86-common.mk add android support, single commit 2014-02-18 17:54:27 -08:00