diff options
author | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-01-23 15:05:46 +0000 |
---|---|---|
committer | Rich J Wareham <richwareham@users.sourceforge.net> | 2002-01-23 15:05:46 +0000 |
commit | bbdd0773c87cd0d963cba4636234eb52834db727 (patch) | |
tree | f60f93c8a666be16ea841c630744fd10d1cec87d /src/video_out/Makefile.am | |
parent | 8a6da6025ddb3df649e52e65a99c022ce5d56f26 (diff) | |
download | xine-lib-bbdd0773c87cd0d963cba4636234eb52834db727.tar.gz xine-lib-bbdd0773c87cd0d963cba4636234eb52834db727.tar.bz2 |
Modified the OpenGL plugin to use proper 2D textures which a) Improves
flicker on slow cards (like mine), b) Makes it a little faster (on my card
at least) and c) Allows one to do funky tricks (try uncommenting #define SPHERE)
CVS patchset: 1443
CVS date: 2002/01/23 15:05:46
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index ee6844f17..b8ae2c2f3 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) $(X_LIBS) +xineplug_vo_out_opengl_la_LIBADD = $(OPENGL_LIBS) $(GLUT_LIBS) $(X_LIBS) xineplug_vo_out_opengl_la_LDFLAGS = -avoid-version -module xineplug_vo_out_syncfb_la_SOURCES = alphablend.c video_out_syncfb.c |