[MPlayer-cvslog] r37392 - trunk/libvo/gl_common.c

reimar subversion at mplayerhq.hu
Thu May 7 20:01:22 CEST 2015


Author: reimar
Date: Thu May  7 20:01:22 2015
New Revision: 37392

Log:
Add one more libGLESv2 search path, for armhf.

This all seems like a really bad solution (why are there no
symlinks to a standard location like /usr/lib?), but it's
the best we have for now.

Patch by Laurent [laurent aml gmail]

Modified:
   trunk/libvo/gl_common.c

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Mon May  4 17:27:56 2015	(r37391)
+++ trunk/libvo/gl_common.c	Thu May  7 20:01:22 2015	(r37392)
@@ -2444,6 +2444,7 @@ static void *eglgpa(const GLubyte *name)
       "/usr/lib/libGLESv2.so",
       "/usr/lib/x86_64-linux-gnu/libGLESv2.so",
       "/usr/lib/i386-linux-gnu/libGLESv2.so",
+      "/usr/lib/arm-linux-gnueabihf/libGLESv2.so",
       NULL};
     int i;
     void *h = NULL;


More information about the MPlayer-cvslog mailing list