mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-08-29 13:30:34 +00:00
Import minimal set of code from h264bitstream needed for SPS fixups
This commit is contained in:
@@ -24,16 +24,10 @@ include(../globaldefs.pri)
|
||||
QMAKE_CFLAGS += -std=gnu99
|
||||
}
|
||||
|
||||
SRC_DIR = $$PWD/h264bitstream
|
||||
|
||||
SOURCES += \
|
||||
$$SRC_DIR/h264_nal.c \
|
||||
$$SRC_DIR/h264_sei.c \
|
||||
$$SRC_DIR/h264_stream.c
|
||||
h264_nal.c \
|
||||
h264_stream.c
|
||||
|
||||
HEADERS += \
|
||||
$$SRC_DIR/bs.h \
|
||||
$$SRC_DIR/h264_sei.h \
|
||||
$$SRC_DIR/h264_stream.h
|
||||
|
||||
INCLUDEPATH += $$INC_DIR
|
||||
bs.h \
|
||||
h264_stream.h
|
||||
|
||||
Reference in New Issue
Block a user