mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-28 05:50:21 +00:00
Compile h264bitstream as GNU99 on GCC
This commit is contained in:
parent
36f468a599
commit
5df2704ccc
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ CONFIG += staticlib
|
||||||
# Disable warnings
|
# Disable warnings
|
||||||
CONFIG += warn_off
|
CONFIG += warn_off
|
||||||
|
|
||||||
|
# Older GCC versions defaulted to GNU89
|
||||||
|
*-g++ {
|
||||||
|
QMAKE_CFLAGS += -std=gnu99
|
||||||
|
}
|
||||||
|
|
||||||
SRC_DIR = $$PWD/h264bitstream
|
SRC_DIR = $$PWD/h264bitstream
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
|
|
Loading…
Reference in a new issue