Skip to content

Commit 9db6cd0

Browse files
committed
make-file-list: include rtmp again
This developer overlooked that the rtmpdump package contained .dll files that are actually needed by cURL. Let's include it again. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7924c45 commit 9db6cd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

make-file-list.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ pacman_list () {
1414
do
1515
pactree -u "$arg"
1616
done |
17-
grep -ve "^mingw-w64-$ARCH-rtmpdump-git$" -e '^db$' \
18-
-e '^info$' -e '^heimdal$' |
17+
grep -v -e '^db$' -e '^info$' -e '^heimdal$' |
1918
sort |
2019
uniq) &&
2120
if test -n "$PACKAGE_VERSIONS_FILE"

0 commit comments

Comments
 (0)