mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 05:34:17 +00:00
parent
10523a7e27
commit
a243c6bb90
1 changed files with 0 additions and 4 deletions
|
@ -27,17 +27,13 @@ include(../globaldefs.pri)
|
||||||
SRC_DIR = $$PWD/h264bitstream
|
SRC_DIR = $$PWD/h264bitstream
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$SRC_DIR/h264_avcc.c \
|
|
||||||
$$SRC_DIR/h264_nal.c \
|
$$SRC_DIR/h264_nal.c \
|
||||||
$$SRC_DIR/h264_sei.c \
|
$$SRC_DIR/h264_sei.c \
|
||||||
$$SRC_DIR/h264_slice_data.c \
|
|
||||||
$$SRC_DIR/h264_stream.c
|
$$SRC_DIR/h264_stream.c
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$SRC_DIR/bs.h \
|
$$SRC_DIR/bs.h \
|
||||||
$$SRC_DIR/h264_avcc.h \
|
|
||||||
$$SRC_DIR/h264_sei.h \
|
$$SRC_DIR/h264_sei.h \
|
||||||
$$SRC_DIR/h264_slice_data.h \
|
|
||||||
$$SRC_DIR/h264_stream.h
|
$$SRC_DIR/h264_stream.h
|
||||||
|
|
||||||
INCLUDEPATH += $$INC_DIR
|
INCLUDEPATH += $$INC_DIR
|
||||||
|
|
Loading…
Reference in a new issue