mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-23 07:05:07 +00:00
Merge branch 'master' into build
This commit is contained in:
commit
d55270566d
@ -61,6 +61,11 @@ EOT
|
|||||||
DECLARE_HANDLE(HVIDEOINPUTDEVICENV);
|
DECLARE_HANDLE(HVIDEOINPUTDEVICENV);
|
||||||
EOT
|
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
|
# 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
|
grep -v -F -f $1/GLX_NV_present_video $1/GL_NV_present_video > tmp
|
||||||
mv tmp $1/GL_NV_present_video
|
mv tmp $1/GL_NV_present_video
|
||||||
|
Loading…
Reference in New Issue
Block a user