Re: [FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC.

2024-06-10 Thread Billy O';Neal (VC AIR) via ffmpeg-devel
'Neal Visual C++ - vcpkg From: ffmpeg-devel on behalf of Billy O'Neal (VC AIR) via ffmpeg-devel Sent: Tuesday, June 4, 2024 8:39 PM To: ffmpeg-devel@ffmpeg.org Cc: Billy O'Neal (VC AIR) Subject: Re: [FFmpeg-devel] [PATCH] Add extra const to FF_P

Re: [FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC.

2024-06-04 Thread Billy O';Neal (VC AIR) via ffmpeg-devel
Resolves the following compiler error on macOS 14.5: ```console /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1891:21: note: 'glShaderSource' has been explicitly marked deprecated here GLAPI void APIENTRY glShaderSource (GLuint sh

Re: [FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC.

2024-06-04 Thread Billy O';Neal (VC AIR) via ffmpeg-devel
mpeg.org Subject: Re: [FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC. Billy O'Neal (VC AIR) via ffmpeg-devel: > Assigning the non-const version to the const version is valid (at least, > builds on other platforms succeeded). > It is not valid: "If a converted

Re: [FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC.

2024-06-03 Thread Billy O';Neal (VC AIR) via ffmpeg-devel
andreas.rheinha...@outlook.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] Billy O'Neal (VC AIR) via ffmpeg-devel: > Resolves the following compiler error on macOS 14.5: > > ```console > /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Li

[FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC.

2024-05-31 Thread Billy O';Neal (VC AIR) via ffmpeg-devel
Resolves the following compiler error on macOS 14.5: ```console /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:1891:21: note: 'glShaderSource' has been explicitly marked deprecated here GLAPI void APIENTRY glShaderSource (GLuint sh