Skip to content

Commit

Permalink
[deps][mpegts][build] add all files to cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Sep 13, 2023
1 parent c3ec3f6 commit 2891a74
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions lib/mpegts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,33 @@ if(TSDEMUX_DEBUG)
endif(TSDEMUX_DEBUG)

add_library(mpegts STATIC
mpegts/debug.cpp
mpegts/debug.h
mpegts/elementaryStream.cpp
mpegts/bitstream.cpp
mpegts/ES_AC3.cpp
mpegts/ES_MPEGAudio.cpp
mpegts/ES_Subtitle.cpp
mpegts/elementaryStream.h
mpegts/ES_AAC.cpp
mpegts/ES_AAC.h
mpegts/ES_AC3.cpp
mpegts/ES_AC3.h
mpegts/ES_h264.cpp
mpegts/ES_h264.h
mpegts/ES_hevc.cpp
mpegts/ES_hevc.h
mpegts/ES_MPEGAudio.cpp
mpegts/ES_MPEGAudio.h
mpegts/ES_MPEGVideo.cpp
mpegts/ES_MPEGVideo.h
mpegts/ES_Subtitle.cpp
mpegts/ES_Subtitle.h
mpegts/ES_Teletext.cpp
mpegts/ES_hevc.cpp
mpegts/debug.cpp
mpegts/ES_Teletext.h
mpegts/mutex.h
mpegts/tsDemuxer.cpp
mpegts/tsDemuxer.h
mpegts/tsPacket.h
mpegts/tsTable.h
mpegts/bitstream.cpp
mpegts/bitstream.h
)

target_include_directories(mpegts PRIVATE ${PROJECT_SOURCE_DIR}/mpegts PUBLIC ${PROJECT_SOURCE_DIR})
Expand Down

0 comments on commit 2891a74

Please sign in to comment.