Compile h264bitstream as GNU99 on GCC

This commit is contained in:
Cameron Gutman 2018-10-12 21:45:41 -07:00
parent 36f468a599
commit 5df2704ccc

View file

@ -22,6 +22,11 @@ CONFIG += staticlib
# Disable warnings
CONFIG += warn_off
# Older GCC versions defaulted to GNU89
*-g++ {
QMAKE_CFLAGS += -std=gnu99
}
SRC_DIR = $$PWD/h264bitstream
SOURCES += \