summaryrefslogtreecommitdiffstats
path: root/old-makefile
diff options
context:
space:
mode:
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