From a243c6bb9056e57961ff1c45eec67a6babdccefb Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 9 Jul 2023 17:23:21 -0500 Subject: [PATCH] Don't build unneeded sources Fixes #1010 --- h264bitstream/h264bitstream.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/h264bitstream/h264bitstream.pro b/h264bitstream/h264bitstream.pro index 14f76084..1fca7276 100644 --- a/h264bitstream/h264bitstream.pro +++ b/h264bitstream/h264bitstream.pro @@ -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