xine-lib-cleanup-sources.sh: Remove patches for forbidden libraries.

While they don't seem to contain any actually encumbered code, I feel it's safer
to not have them in there. They're useless for us in any case.
This commit is contained in:
Kevin Kofler 2011-11-20 02:01:49 +01:00
parent 23f22cd378
commit 7a494c091c

View File

@ -76,6 +76,8 @@ sed -i -e '/^xineplug_decode_nsf_la/,/^\s*$/d' \
-e 's/ nosefart//' \
src/libxineadec/Makefile.am
sed -i -e '/nosefart\/Makefile/d' configure.ac
# Patches for forbidden libraries
rm -fv misc/lib*.patch win32/scripts/*.patch
# All clean !