diff --git a/src/gallium/state_trackers/vdpau/Makefile b/src/gallium/state_trackers/vdpau/Makefile index 6313ef34b38..ae54ae6a7ef 100644 --- a/src/gallium/state_trackers/vdpau/Makefile +++ b/src/gallium/state_trackers/vdpau/Makefile @@ -18,7 +18,8 @@ C_SOURCES = htab.c \ surface.c \ decode.c \ presentation.c \ - bitmap.c + bitmap.c \ + output.c include ../../Makefile.template