]> granicus.if.org Git - libvpx/commit
silence c++ abi warning
authorJohann <johann.koenig@duck.com>
Thu, 30 Aug 2018 21:07:02 +0000 (14:07 -0700)
committerJohann <johann.koenig@duck.com>
Thu, 30 Aug 2018 21:28:20 +0000 (14:28 -0700)
commit00238b7c01b599627af12cfb908137013b544590
tree747dbb0578ec34aaa588deb0348dbb8ca82b6f0c
parente5d28602167bd70435213ae04b152b3edb153d2d
silence c++ abi warning

Linking c++ libraries built with gcc 6 and gcc 7 on arm
generates some warnings because of incompatibilities between those
compilers:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728

libvpx does not generate a c++ library. C++ is only used for examples and tests.

Change-Id: I3d5d5ef3fb66743bff26a833d6641898975e9f71
configure