Skip to content

Commit

Permalink
meson: remove double libsrtp dependencies
Browse files Browse the repository at this point in the history
The dependencies appear to be  automatically inherited from
libsrtp2_static, so not need to add them again.
  • Loading branch information
pabuhler committed May 6, 2024
1 parent 0c002e7 commit bde994e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ libsrtp2_static = static_library('srtp2', sources, ciphers_sources, hashes_sourc

if default_library != 'static'
libsrtp2 = shared_library('srtp2',
dependencies: [srtp2_deps, syslibs],
soversion : soversion,
vs_module_defs: 'srtp.def',
link_whole: libsrtp2_static,
Expand Down

0 comments on commit bde994e

Please sign in to comment.