diff options
Diffstat (limited to 'repo/system/rtmpdump.xibuild')
-rw-r--r-- | repo/system/rtmpdump.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/rtmpdump.xibuild b/repo/system/rtmpdump.xibuild index b99194f..a994c34 100644 --- a/repo/system/rtmpdump.xibuild +++ b/repo/system/rtmpdump.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc gnutls zlib" +DEPS="musl gnutls zlib" SOURCE=git://git.ffmpeg.org/rtmpdump BRANCH="fa8646d" |