summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-01-23 23:27:10 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-01-23 23:27:10 +0000
commit6f8315d8f65066fda4ca9498f5d7beec46729d11 (patch)
tree09492f88f47c35a86dbb6f2eb07eec2ff0e46439 /src/video_out/Makefile.am
parentcb0c0151971264dc780f0ec67571ebb79865496a (diff)
downloadxine-lib-6f8315d8f65066fda4ca9498f5d7beec46729d11.tar.gz
xine-lib-6f8315d8f65066fda4ca9498f5d7beec46729d11.tar.bz2
Change/fix opengl checks, add a glut fallback (GLU).
CVS patchset: 1445 CVS date: 2002/01/23 23:27:10
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index b8ae2c2f3..7b45d752c 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -49,7 +49,7 @@ xineplug_vo_out_xshm_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_opengl_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \
alphablend.c video_out_opengl.c
-xineplug_vo_out_opengl_la_LIBADD = $(OPENGL_LIBS) $(GLUT_LIBS) $(X_LIBS)
+xineplug_vo_out_opengl_la_LIBADD = $(OPENGL_LIBS) $(GLUT_LIBS) $(GLU_LIBS) $(X_LIBS)
xineplug_vo_out_opengl_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_syncfb_la_SOURCES = alphablend.c video_out_syncfb.c