|
Lines 1-6
Link Here
|
| 1 |
--- a/configure |
1 |
--- a/configure |
| 2 |
+++ a/configure |
2 |
+++ a/configure |
| 3 |
@@ -349,11 +349,14 @@ test_pkgconfig |
3 |
@@ -234,6 +234,7 @@ |
|
|
4 |
xrender |
| 5 |
xshape |
| 6 |
opengl |
| 7 |
+ glx |
| 8 |
pthread |
| 9 |
dlfcn |
| 10 |
vdpau |
| 11 |
@@ -334,6 +335,7 @@ |
| 12 |
disabled vdr && disable libextractor libcap libbluray |
| 13 |
disabled dlfcn && disable opengl |
| 14 |
disabled pthread && disable opengl |
| 15 |
+ disabled glx && disable opengl |
| 16 |
disabled xrender && disable xshape xshm |
| 17 |
} |
| 18 |
|
| 19 |
@@ -349,11 +351,14 @@ |
| 4 |
[ $debug = yes ] && \ |
20 |
[ $debug = yes ] && \ |
| 5 |
test_library X11 do_error "none.h" "-lnolib" |
21 |
test_library X11 do_error "none.h" "-lnolib" |
| 6 |
|
22 |
|
|
Lines 20-26
Link Here
|
| 20 |
|
36 |
|
| 21 |
if enabled libxine; then |
37 |
if enabled libxine; then |
| 22 |
|
38 |
|
| 23 |
@@ -365,24 +368,40 @@ if enabled libxine; then |
39 |
@@ -365,24 +370,41 @@ |
| 24 |
fi |
40 |
fi |
| 25 |
log " $XINEPLUGINDIR" |
41 |
log " $XINEPLUGINDIR" |
| 26 |
|
42 |
|
|
Lines 55-62
Link Here
|
| 55 |
+ test_library X11 xdpms "X11/extensions/dpms.h" "-lXext" "DPMSDisable(0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
71 |
+ test_library X11 xdpms "X11/extensions/dpms.h" "-lXext" "DPMSDisable(0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
| 56 |
+# test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)" |
72 |
+# test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)" |
| 57 |
+ test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
73 |
+ test_library X11 xinerama "X11/extensions/Xinerama.h" "-lXinerama" "XineramaQueryScreens(0,0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
| 58 |
+# test_library X11 opengl "GL/glx.h" "-lGL -lGLU" "glXQueryVersion(0,0,0)" |
74 |
+# test_library X11 opengl "GL/gl.h" "-lGL -lGLU" "glTexCoord2f(0.0,0.0)" |
| 59 |
+ test_library X11 opengl "GL/glx.h" "-lGL -lGLU" "glXQueryVersion(0,0,0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
75 |
+ test_library X11 opengl "GL/gl.h" "-lGL -lGLU" "glTexCoord2f(0.0,0.0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
|
|
76 |
+ test_library X11 glx "GL/glx.h" "-lGLX " "glXQueryVersion(0,0,0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
| 60 |
+# test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" |
77 |
+# test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" |
| 61 |
+ test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
78 |
+ test_library none vdpau "vdpau/vdpau_x11.h" "-lvdpau" "vdp_device_create_x11(0,0,0,0)" "-I${LOCALBASE}/include -L${LOCALBASE}/lib" |
| 62 |
+# test_library X11 dbus-glib-1 \ |
79 |
+# test_library X11 dbus-glib-1 \ |