summaryrefslogtreecommitdiffstats
path: root/waftools/fragments/vcd_windows.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-01 17:22:21 +0200
committerwm4 <wm4@nowhere>2014-06-01 17:22:21 +0200
commita192f32a3a6f6c3c66542f48b512f3892dbed838 (patch)
tree66e4c4e5f0b3be5b138a16147b34eccc5992abc0 /waftools/fragments/vcd_windows.c
parent5a5a3c53f75a093b1a0642174cdbd5a9504e083f (diff)
downloadmpv-a192f32a3a6f6c3c66542f48b512f3892dbed838.tar.bz2
mpv-a192f32a3a6f6c3c66542f48b512f3892dbed838.tar.xz
stream: remove VCD support
If a single person complains, I will readd it. But I don't expect that this will happen. The main reason for removing this is that it's some of the most unclean code remaining, it's unmaintained, and I've never ever heard of someone using it.
Diffstat (limited to 'waftools/fragments/vcd_windows.c')
-rw-r--r--waftools/fragments/vcd_windows.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/waftools/fragments/vcd_windows.c b/waftools/fragments/vcd_windows.c
deleted file mode 100644
index 8d33127043..0000000000
--- a/waftools/fragments/vcd_windows.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <windows.h>
-#include <ntddcdrm.h>
-
-int main(int argc, char **argv)
-{
- return 0;
-}