bambooagile / QuickVLC

Vlc and Qt (Qml) integration library
Other
8 stars 2 forks source link

fix(core): use plateform specific opengl symbol loader on OSX #23

Closed chubinou closed 1 month ago

chubinou commented 1 month ago

for some reason, on OSX the default (Qt) implementation of getProcAddress gets optimisized (-O2) in a weird way, making it return 0x0 when querying the first symbols, using a plateform specific implementation doesn't present the issue