[xine-lib] xine-lib-cleanup-sources.sh: Also remove libmpeg2new.

Kevin Kofler kkofler at fedoraproject.org
Sun Nov 20 01:03:45 UTC 2011


commit c02680866f0435267e45c45280a7fd598bc103d3
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Nov 20 01:47:21 2011 +0100

    xine-lib-cleanup-sources.sh: Also remove libmpeg2new.

 xine-lib-cleanup-sources.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xine-lib-cleanup-sources.sh b/xine-lib-cleanup-sources.sh
index f7ba13e..1cabc9c 100755
--- a/xine-lib-cleanup-sources.sh
+++ b/xine-lib-cleanup-sources.sh
@@ -30,7 +30,7 @@ rmpluglib()
 }
 
 # Main libraries
-for remove in libfaad libffmpeg libmad libmpeg2 dxr3 liba52 libdts; do
+for remove in libfaad libffmpeg libmad libmpeg2 libmpeg2new dxr3 liba52 libdts; do
     echo "removing src/$remove..."
     rm -rf src/$remove 
     sed -i -e "/$remove/d" src/Makefile.am


More information about the scm-commits mailing list