openh264/build
Martin Storsjö ef82e18d74 Silence warnings about insecure CRT functions in the test suite
There is no problem in using the "insecure" CRT functions, as long as
they are used correctly - especially not within the test suite where
they are only are exposed to the test suite input data.

Within the library, these are used via the library internal wrappers
in codec/common/src/crt_util_safe_x.cpp, but we'd rather not use them
in the test suite - just use the normal standard C functions here.
2015-01-16 13:38:06 +02:00
..
arch.mk Remove the "platform-" prefix from common shared makefiles 2014-10-22 10:18:53 +03:00
astyle.cfg Pretty printed the C++ code with astyle 2013-12-12 14:21:12 -08:00
gtest-targets.mk refine common moudle for part of intra prediction function 2014-09-25 14:03:11 +08:00
mktargets.py improve py and mk 2014-09-12 10:30:56 +08:00
mktargets.sh Regenerate test/common/targets.mk via the mktargets.sh script as well 2014-07-02 15:07:02 +03:00
msvc-common.mk Silence warnings about insecure CRT functions in the test suite 2015-01-16 13:38:06 +02:00
platform-android.mk Set a default SHAREDLIB_DIR in the main Makefile 2014-12-01 15:44:27 +02:00
platform-darwin.mk Makefile: Fix shared library building on various OSes 2014-11-27 02:04:06 +05:30
platform-freebsd.mk Set a default SHAREDLIB_DIR in the main Makefile 2014-12-01 15:44:27 +02:00
platform-ios.mk Support building outside of the source tree 2014-07-15 20:40:51 +03:00
platform-linux.mk Set a default SHAREDLIB_DIR in the main Makefile 2014-12-01 15:44:27 +02:00
platform-mingw_nt.mk Install the import library via the EXTRA_LIB mechanism on mingw as well 2014-12-01 15:40:25 +02:00
platform-msvc-wp.mk Remove the "platform-" prefix from common shared makefiles 2014-10-22 10:18:53 +03:00
platform-msvc.mk Remove the "platform-" prefix from common shared makefiles 2014-10-22 10:18:53 +03:00
x86-common.mk Remove the "platform-" prefix from common shared makefiles 2014-10-22 10:18:53 +03:00