From c1f0f03b5780a1dd233b118cbb71af8dd32e4446 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 3 Aug 2004 00:45:55 +0000 Subject: Moved to the TOOLS directory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12941 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/TVout/clean.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 TOOLS/TVout/clean.sh (limited to 'TOOLS/TVout/clean.sh') diff --git a/TOOLS/TVout/clean.sh b/TOOLS/TVout/clean.sh new file mode 100755 index 0000000000..56d7fd13b6 --- /dev/null +++ b/TOOLS/TVout/clean.sh @@ -0,0 +1,13 @@ + +# Compile TVout tools + +rm -f con2fb/con2fb + +cd matroxset +make clean +cd .. + +cd fbset +make clean +cd .. + -- cgit v1.2.3