diff options
author | Tobias Doerffel <tobias.doerffel@gmail.com> | 2009-12-09 09:57:20 +0100 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-12-10 14:07:30 -0800 |
commit | 8d6faf7dc546bda64e11bf6dea7f3c997f07f887 (patch) | |
tree | b61a051355dc9b6cefda7ab2e88002a685990f9a /autogen.sh | |
parent | bd81734465912d79d6320a6fb021ce43d258b906 (diff) |
Fix compiler warning in i830_copy_video_data() if XvMC is disabled
The variable "intel" is unused when building i830_video.c without XvMC
support which results in a compiler warning:
i830_video.c: In function 'i830_copy_video_data':
i830_video.c:1443: warning: unused variable `intel'
Trivial fix via #ifdef.
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions