summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-29 15:07:21 +0200
committerwm4 <wm4@nowhere>2014-05-02 01:08:02 +0200
commitec60669cd10d726054bb5472cfe4eedf6010d154 (patch)
tree276b55c08cdb64d755628714338c62fc721cf037 /old-makefile
parent7fc999b5777696c552e8b1b587aa55821e30bda2 (diff)
downloadmpv-ec60669cd10d726054bb5472cfe4eedf6010d154.tar.bz2
mpv-ec60669cd10d726054bb5472cfe4eedf6010d154.tar.xz
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.
Diffstat (limited to 'old-makefile')
-rw-r--r--old-makefile5
1 files changed, 3 insertions, 2 deletions
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