Skip to content
Snippets Groups Projects
Commit e6722f5f authored by Steve Lhomme's avatar Steve Lhomme Committed by Felix Paul Kühne
Browse files

contrib: srt: rebuild if the library doesn't export the C++ runtime properly

See https://github.com/Haivision/srt/commit/61e01510c25488a5fabf30d9899c2555b4f87a6d
parent 2ca66bbe
No related branches found
No related tags found
Loading
......@@ -7,7 +7,7 @@ ifdef BUILD_NETWORK
PKGS += srt
endif
ifeq ($(call need_pkg,"srt >= 1.3.1"),)
ifeq ($(call need_pkg,"srt >= 1.3.2"),)
PKGS_FOUND += srt
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment