GLX fixup for Patch ID: 3206528 Add support for NV_video_capture

This commit is contained in:
Nigel Stewart 2011-03-11 12:39:50 -06:00
parent ff1aa06701
commit c06a90bc59
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ EOT
DECLARE_HANDLE(HVIDEOINPUTDEVICENV);
EOT
# fix GLX_NV_video_capture
cat >> $1/GLX_NV_video_capture <<EOT
typedef XID GLXVideoCaptureDeviceNV
EOT
# remove duplicates from GL_NV_present_video and GLX_NV_present_video
grep -v -F -f $1/GLX_NV_present_video $1/GL_NV_present_video > tmp
mv tmp $1/GL_NV_present_video