diff options
author | Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 2014-01-29 19:15:04 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-29 21:42:09 +0100 |
commit | 0e48a4efdf2ce74e5a445e6854a38ae87060ada7 (patch) | |
tree | be1ba31b96d15ca9d52a63026aa5620a9bce15d9 | |
parent | 8c63b64d5d10a1947197aef85dc2793606251fb2 (diff) | |
download | buildroot-0e48a4efdf2ce74e5a445e6854a38ae87060ada7.tar.gz buildroot-0e48a4efdf2ce74e5a445e6854a38ae87060ada7.zip |
rtmpdump: bump version
Rtmpdump was not compatible with BR's version of PolarSSL, the bump
fixes that.
Fixes:
http://autobuild.buildroot.net/results/55bda4076af031db9778d97f9ddc5c6b14de17ce
http://autobuild.buildroot.net/results/9ba2f8ecb0a73cc7e625faf713ad4161202b2293
http://autobuild.buildroot.net/results/4e1988f049fa97574da54e5097e5ef1668c2687c
http://autobuild.buildroot.net/results/02a15ad5211a1e620002c442ce256147d9b9ee88
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/rtmpdump/rtmpdump.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rtmpdump/rtmpdump.mk b/package/rtmpdump/rtmpdump.mk index 4f9d2474c1..e836cb696c 100644 --- a/package/rtmpdump/rtmpdump.mk +++ b/package/rtmpdump/rtmpdump.mk @@ -4,7 +4,7 @@ # ################################################################################ -RTMPDUMP_VERSION = e0056c51cc1710c9a44d2a2c4e2f344fa9cabcf4 +RTMPDUMP_VERSION = dc76f0a8461e6c8f1277eba58eae201b2dc1d06a RTMPDUMP_SITE = git://git.ffmpeg.org/rtmpdump RTMPDUMP_INSTALL_STAGING = YES # Note that rtmpdump is GPLv2 but librtmp has its own license and since we only |