summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 10:23:15 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:03 +0200
commit6f7ba66817b5cd3761b802930dc7ba62464e3c6a (patch)
treee923b7d1cbd9888f297e859eb62ef9f160edfb64 /Makefile
parente181547db10c48a92b6c4d891c184b416ebe2add (diff)
downloadmpv-6f7ba66817b5cd3761b802930dc7ba62464e3c6a.tar.bz2
mpv-6f7ba66817b5cd3761b802930dc7ba62464e3c6a.tar.xz
Remove support for libdv
This removes the libdv demuxer and audio/video decoders. FFmpeg has support for it, and it's even preferred over the internal decoders.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 31a83a4aa4..7985d83c2d 100644
--- a/Makefile
+++ b/Makefile
@@ -54,9 +54,6 @@ SRCS_COMMON-$(LIBASS) += libmpcodecs/vf_ass.c \
SRCS_COMMON-$(LIBBLURAY) += stream/stream_bluray.c
SRCS_COMMON-$(LIBBS2B) += libaf/af_bs2b.c
SRCS_COMMON-$(LIBDCA) += libmpcodecs/ad_libdca.c
-SRCS_COMMON-$(LIBDV) += libmpcodecs/ad_libdv.c \
- libmpcodecs/vd_libdv.c \
- libmpdemux/demux_rawdv.c
SRCS_COMMON-$(LIBMAD) += libmpcodecs/ad_libmad.c