From ec60669cd10d726054bb5472cfe4eedf6010d154 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 29 Apr 2014 15:07:21 +0200 Subject: vdpau: add a postprocessing pseudo-filter This factors out some code from vo_vdpau.c, especially deinterlacing handling. The intention is to use this for vo_vdpau.c to make the logic significantly easier, and to use it for vo_opengl (gl_hwdec_vdpau.c) to allow selecting deinterlace and postprocessing modes. As of this commit, the filter actually does nothing, since both vo_vdpau and vo_opengl treat the generated images as normal vdpau images. This will change in the following commits. --- old-makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 61dce6dc46..1cc0d20a15 100644 --- a/old-makefile +++ b/old-makefile @@ -112,8 +112,9 @@ SOURCES-$(PULSE) += audio/out/ao_pulse.c SOURCES-$(PORTAUDIO) += audio/out/ao_portaudio.c SOURCES-$(RSOUND) += audio/out/ao_rsound.c SOURCES-$(SNDIO) += audio/out/ao_sndio.c -SOURCES-$(VDPAU) += video/vdpau.c video/out/vo_vdpau.c \ - video/decode/vdpau.c +SOURCES-$(VDPAU) += video/vdpau.c video/vdpau_mixer.c \ + video/out/vo_vdpau.c video/decode/vdpau.c \ + video/filter/vf_vdpaupp.c SOURCES-$(VDPAU_GL_X11) += video/out/gl_hwdec_vdpau.c SOURCES-$(VDA) += video/decode/vda.c SOURCES-$(VDA_GL) += video/out/gl_hwdec_vda.c -- cgit v1.2.3