mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Compile h264bitstream as GNU99 on GCC
This commit is contained in:
parent
36f468a599
commit
5df2704ccc
@ -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…
x
Reference in New Issue
Block a user