summaryrefslogtreecommitdiffstats
path: root/TOOLS/TVout/compile.sh
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 14:21:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 14:21:06 +0000
commita2171395a4cdda9a5616e3f3e695b8d47fbdcbe4 (patch)
tree7703bb4ec610aabc2cc67e38717d197c0a6af8a6 /TOOLS/TVout/compile.sh
parente40f658344802f2198a1d7ad1f71ab2aab45b207 (diff)
downloadmpv-a2171395a4cdda9a5616e3f3e695b8d47fbdcbe4.tar.bz2
mpv-a2171395a4cdda9a5616e3f3e695b8d47fbdcbe4.tar.xz
Remove obsolete TV output tools.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22860 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/TVout/compile.sh')
-rwxr-xr-xTOOLS/TVout/compile.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/TOOLS/TVout/compile.sh b/TOOLS/TVout/compile.sh
deleted file mode 100755
index 51160101bd..0000000000
--- a/TOOLS/TVout/compile.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# Compile TVout tools
-
-cd con2fb
-gcc con2fb.c -o con2fb
-cd ..
-
-cd matroxset
-make
-cd ..
-
-cd fbset
-make
-cd ..
-