Skip to content

Commit

Permalink
Remove the h264-splitter dependency in examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
hirrolot committed Mar 30, 2022
1 parent 6654d43 commit 1033d1b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@ FetchContent_Declare(
GIT_TAG 27b71a0d2e2ca3c2abd869cb4244620b212ecf34
)

FetchContent_Declare(
h264-splitter
GIT_REPOSITORY https://github.com/ckevar/h264-splitter.git
GIT_TAG 8fe8688367a9e7a5a5c40458ac5923a97d789cb1
)

FetchContent_MakeAvailable(smolrtsp-libevent h264-splitter)
FetchContent_MakeAvailable(smolrtsp-libevent)

add_executable(server server.c)

Expand Down

0 comments on commit 1033d1b

Please sign in to comment.