Skip to content

Commit

Permalink
Make apps work with new lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kohnech committed May 16, 2021
1 parent f28de7b commit 5adcbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/h264parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ target_link_libraries(
${PROJECT_NAME}
PRIVATE
h264codec
mpeg2ts # For GetBits() Should actually be moved out to its own lib
utility # For GetBits()
)

set_target_properties(
Expand Down
1 change: 1 addition & 0 deletions apps/tsparser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ target_link_libraries(
mpeg2ts
mpeg2codec
h264codec
utility # For GetBits()
)

set_target_properties(
Expand Down

0 comments on commit 5adcbcd

Please sign in to comment.