diff options
author | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-06 23:30:08 +0200 |
---|---|---|
committer | Thomas Balling Sørensen <tball@tball-laptop.(none)> | 2010-10-06 23:30:08 +0200 |
commit | 65fe0866aec7b5608419f6d184cb1fa4fe1dc45a (patch) | |
tree | eeafc1881af4ff76ffc5bd314706127d81be98e2 /src/gallium/state_trackers/vdpau/Makefile | |
parent | d0e203f1f00b0f760acc7fab07cd7ce8cca34000 (diff) |
vl: implemented a few functions and made stubs to get mplayer running
Diffstat (limited to 'src/gallium/state_trackers/vdpau/Makefile')
-rw-r--r-- | src/gallium/state_trackers/vdpau/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/vdpau/Makefile b/src/gallium/state_trackers/vdpau/Makefile index ad37676b95e..0e68d4fe007 100644 --- a/src/gallium/state_trackers/vdpau/Makefile +++ b/src/gallium/state_trackers/vdpau/Makefile @@ -20,7 +20,9 @@ C_SOURCES = htab.c \ presentation.c \ bitmap.c \ mpeg2_bitstream_parser.c \ - output.c + output.c \ + preemption.c \ + mixer.c include ../../Makefile.template |