Skip to content

Commit 746080a

Browse files
committed
add libsrt
1 parent ec1c929 commit 746080a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.woodpecker/.testall.yml

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ matrix:
134134
- libsdl2
135135
- libseccomp
136136
- libslang
137+
- libsrt
137138
- libsvt-hevc
138139
- libsvtav1
139140
- libtasn1

packages/libsrt

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)