Skip to content

Commit 1033d1b

Browse files
committed
Remove the h264-splitter dependency in examples/
1 parent 6654d43 commit 1033d1b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

examples/CMakeLists.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ FetchContent_Declare(
1515
GIT_TAG 27b71a0d2e2ca3c2abd869cb4244620b212ecf34
1616
)
1717

18-
FetchContent_Declare(
19-
h264-splitter
20-
GIT_REPOSITORY https://github.com/ckevar/h264-splitter.git
21-
GIT_TAG 8fe8688367a9e7a5a5c40458ac5923a97d789cb1
22-
)
23-
24-
FetchContent_MakeAvailable(smolrtsp-libevent h264-splitter)
18+
FetchContent_MakeAvailable(smolrtsp-libevent)
2519

2620
add_executable(server server.c)
2721

0 commit comments

Comments
 (0)