Commit fcff97fb authored by Jean-Paul Saman's avatar Jean-Paul Saman

xvba_image.c: add extern keyword

The extern keyword is needed for instructing the linker to resolve
hw_image_hooks_glx, which is declared in another object. Failing to
do so results in an assert later on when using subpictures.
parent 82f59526
...@@ -423,7 +423,7 @@ destroy_image( ...@@ -423,7 +423,7 @@ destroy_image(
} }
#if USE_GLX #if USE_GLX
const HWImageHooks hw_image_hooks_glx attribute_hidden; extern const HWImageHooks hw_image_hooks_glx attribute_hidden;
#endif #endif
// Commit image to the HW // Commit image to the HW
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment