freeswitch/libs/libyuv/third_party/gflags
Mike Jerris 93591e2f47 update libyuv to hash bcd8238 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-09-27 13:08:00 -04:00
..
gen update libyuv to hash bcd8238 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-09-27 13:08:00 -04:00
BUILD.gn update libyuv to hash bcd8238 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-09-27 13:08:00 -04:00
LICENSE import libyuv at hash 38d37a5 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-02-23 14:32:34 -05:00
README.libyuv update libyuv to hash bcd8238 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-09-27 13:08:00 -04:00
gflags.gyp update libyuv to hash bcd8238 from https://chromium.googlesource.com/libyuv/libyuv/ 2016-09-27 13:08:00 -04:00

README.libyuv

URL: https://github.com/gflags/gflags
Version: 2.1.2
License: New BSD
License File: LICENSE

Description:
The gflags package contains a library that implements commandline
flags processing. As such it's a replacement for getopt(). It has
increased flexibility, including built-in support for C++ types like
string, and the ability to define flags in the source file in which
they're used.

Local Modifications: None


How to update platform configuration files:
The gen/ directory contains pre-generated configuration header files.
Historically, all operating systems and architectures have generated
similar configurations except for Windows. This is why there's only
posix and win directories below gen/.
When rolling gflags to a newer version, it's a good idea to check if
new configuration files needs to be generated as well.
Do this by running ./configure in the newly checked out version of
gflags. Then diff the generated files with the ones below gen/.
If you notice a diff, update the files with the updated ones.
If you suspect platform dependend changes other than Windows, you'll
have to checkout gflags on the other platforms as well and run
./configure there too.