diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-06-18 23:38:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-18 23:38:37 +0200 |
commit | 6004acf79339c557d7f5d37b6fb14deef38f21a6 (patch) | |
tree | 438c5f06d722799d21bd91d885da0345f1681d6d /tools | |
parent | c91ee6dbccf020a1a3ea37d2093fa0196a5f67e2 (diff) | |
parent | 92646a0a9f033341518f9d2a1b0f515c8df33ba7 (diff) |
Merge pull request #9996 from MartijnKaijser/rtmpdump
[depends] rtmpdump commit version fa8646d
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/librtmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/librtmp/Makefile b/tools/depends/target/librtmp/Makefile index 15829b4648..e78d375b12 100644 --- a/tools/depends/target/librtmp/Makefile +++ b/tools/depends/target/librtmp/Makefile @@ -3,7 +3,7 @@ DEPS= ../../Makefile.include Makefile prefix.patch # lib name, version LIBNAME=rtmpdump -VERSION=a107cef9b392616dff54fabfd37f985ee2190a6f +VERSION=fa8646daeb19dfd12c181f7d19de708d623704c0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings |