Don't build unneeded sources

Fixes #1010
This commit is contained in:
Cameron Gutman 2023-07-09 17:23:21 -05:00
parent 10523a7e27
commit a243c6bb90

View file

@ -27,17 +27,13 @@ include(../globaldefs.pri)
SRC_DIR = $$PWD/h264bitstream
SOURCES += \
$$SRC_DIR/h264_avcc.c \
$$SRC_DIR/h264_nal.c \
$$SRC_DIR/h264_sei.c \
$$SRC_DIR/h264_slice_data.c \
$$SRC_DIR/h264_stream.c
HEADERS += \
$$SRC_DIR/bs.h \
$$SRC_DIR/h264_avcc.h \
$$SRC_DIR/h264_sei.h \
$$SRC_DIR/h264_slice_data.h \
$$SRC_DIR/h264_stream.h
INCLUDEPATH += $$INC_DIR