summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 18:49:01 +0200
committerwm4 <wm4@nowhere>2012-08-06 18:49:35 +0200
commit44f23e36e816b84f3a915020aa216d705116acac (patch)
treee73e1f19f03e5a15d7d199e8cab486528d58bc5c /Makefile
parenteb1182eb501d62eb8533ba8379323481ade013db (diff)
downloadmpv-44f23e36e816b84f3a915020aa216d705116acac.tar.bz2
mpv-44f23e36e816b84f3a915020aa216d705116acac.tar.xz
VO: remove vo_jpeg, vo_png, vo_pnm, vo_tga
All of these have been replaced by vo_image.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4d4e2c5b6c..af564054b2 100644
--- a/Makefile
+++ b/Makefile
@@ -394,16 +394,13 @@ SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c
SRCS_MPLAYER-$(JACK) += libao2/ao_jack.c
SRCS_MPLAYER-$(JOYSTICK) += input/joystick.c
-SRCS_MPLAYER-$(JPEG) += libvo/vo_jpeg.c
SRCS_MPLAYER-$(LIRC) += input/lirc.c
SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c
SRCS_MPLAYER-$(OPENAL) += libao2/ao_openal.c
SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c
-SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c
SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c
SRCS_MPLAYER-$(PORTAUDIO) += libao2/ao_portaudio.c
SRCS_MPLAYER-$(RSOUND) += libao2/ao_rsound.c
-SRCS_MPLAYER-$(TGA) += libvo/vo_tga.c
SRCS_MPLAYER-$(V4L2) += libvo/vo_v4l2.c
SRCS_MPLAYER-$(V4L2) += libao2/ao_v4l2.c
SRCS_MPLAYER-$(VDPAU) += libvo/vo_vdpau.c
@@ -431,7 +428,6 @@ SRCS_MPLAYER = command.c \
libvo/old_vo_wrapper.c \
libvo/video_out.c \
libvo/vo_null.c \
- libvo/vo_png.c \
libvo/vo_image.c \
$(SRCS_MPLAYER-yes)