pkgsrc/multimedia/xine-lib/patches/patch-ak
drochner f0791db36d update to 1.1.17
changes:
-improved Matroska support
-UTF-16 fixes
-hack for Apple film trailers
-improved BluRay support
-OpenBSD sndio support
2009-12-09 10:13:03 +00:00

15 lines
486 B
Text

$NetBSD: patch-ak,v 1.9 2009/12/09 10:13:03 drochner Exp $
--- src/video_out/video_out_opengl.c.orig 2009-11-30 21:55:52.000000000 +0100
+++ src/video_out/video_out_opengl.c
@@ -706,9 +706,7 @@ static void *getdladdr (const GLubyte *_
#elif defined (__sun) || defined (__sgi)
static void *handle = NULL;
- if (!handle) {
- handle = dlopen (NULL, RTLD_LAZY);
- }
+ handle = dlopen (NULL, RTLD_LAZY);
return dlsym (handle, funcName);
#else /* all other Un*xes */