Compiling error in gpu-example-opengl.exe (Bugfix #2737)
Description
Please find hereafter a patch to fix the "GL_CLAMP_TO_EDGE: undeclared identifier" error (seen when compiling "gpu-example-opengl" on Windows with mingw32).
Best regards,
Philippe FOUBERT
History
Updated by Kirill Kornyakov about 12 years ago
Philippe, thank you for the fix! But please note, that the preferrable way to provide bugfixes is to make a GitHub pull request, since it greatly simplifies reviewing and testing process (http://pullrequest.opencv.org). And please note, that better to use '2.4' branch, since it is used for preparation of short-term releases (and of course it is merged to 'master' regularly).
- Tracker changed from Bug to Bugfix
- Assignee changed from Kirill Kornyakov to Vladislav Vinogradov
- Description changed from Please find hereafter a patch to fix the "GL_CLAMP_TO_EDGE: undeclared... to Please find hereafter a patch to fix the "GL_CLAMP_TO_EDGE: undeclared ... More
Updated by Vladislav Vinogradov almost 13 years ago
I removed this lines from code (it is not needed).
- Description changed from Please find hereafter a patch to fix the "GL_CLAMP_TO_EDGE: undeclared ... to Please find hereafter a patch to fix the "GL_CLAMP_TO_EDGE: undeclared i... More
- Status changed from Open to Done