We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1c929 commit 746080aCopy full SHA for 746080a
.woodpecker/.testall.yml
@@ -134,6 +134,7 @@ matrix:
134
- libsdl2
135
- libseccomp
136
- libslang
137
+ - libsrt
138
- libsvt-hevc
139
- libsvtav1
140
- libtasn1
packages/libsrt
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+needs_tool cmake
4
5
+fetch_source https://github.com/Haivision/srt/archive/refs/tags/v1.5.3.tar.gz ff3eecef64dd7454fff2c6d3c4172822e55e363c
6
7
+do_unpack_compile
0 commit comments