Skip to content

Commit

Permalink
Don't build unneeded sources
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Jul 9, 2023
1 parent 10523a7 commit a243c6b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions h264bitstream/h264bitstream.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a243c6b

Please sign in to comment.