summaryrefslogtreecommitdiffstats
path: root/TOOLS/TVout/matroxset/Makefile
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/matroxset/Makefile
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/matroxset/Makefile')
-rw-r--r--TOOLS/TVout/matroxset/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/TOOLS/TVout/matroxset/Makefile b/TOOLS/TVout/matroxset/Makefile
deleted file mode 100644
index aab4f2f380..0000000000
--- a/TOOLS/TVout/matroxset/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-CFLAGS = -O2 -W -Wall
-
-all: matroxset
-
-clean:
- -rm -f matroxset
-
-.PHONY: all clean