diff options
author | davidovski <david@davidovski.xyz> | 2022-01-02 23:55:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-02 23:55:43 +0000 |
commit | b47a9e3b690da5297f23db82cc1fdb1735dd7d79 (patch) | |
tree | cec2d041e300afe0590085c218189bdd846acaff /repo | |
parent | 013705dd4e7ed6a3fe287e6be86d8f0e9ba18c96 (diff) |
added correct branch for rtmp
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/rtmpdump.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/core/rtmpdump.xibuild b/repo/core/rtmpdump.xibuild index 78a43e8..faa4a5b 100644 --- a/repo/core/rtmpdump.xibuild +++ b/repo/core/rtmpdump.xibuild @@ -3,6 +3,7 @@ DEPS=(glibc gnutls zlib) SOURCE=git://git.ffmpeg.org/rtmpdump +BRANCH="fa8646d" DESC="Tool to download rtmp streams" build () { |