diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-27 22:32:29 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-27 22:32:29 +0000 |
commit | dfa9febb60b0eab190051336b11aa8066446125b (patch) | |
tree | 9c8bd799ca9f1840cb80a4a92dead7f456db6b27 /src | |
parent | 81a4fe40b9e303cd8051afb74dd8862d1b87e0e6 (diff) | |
download | xine-lib-dfa9febb60b0eab190051336b11aa8066446125b.tar.gz xine-lib-dfa9febb60b0eab190051336b11aa8066446125b.tar.bz2 |
Link to the dlopen-providing library.
CVS patchset: 8467
CVS date: 2006/12/27 22:32:29
Diffstat (limited to 'src')
-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 2121c009d..0b20182c4 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -113,7 +113,7 @@ xineplug_vo_out_xxmc_la_LDFLAGS = -avoid-version -module xineplug_vo_out_opengl_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \ video_out_opengl.c myglext.h $(X11OSD) xineplug_vo_out_opengl_la_LIBADD = $(MLIB_LIBS) $(OPENGL_LIBS) $(GLUT_LIBS) \ - $(GLU_LIBS) $(X_LIBS) -lXext $(X_PRE_LIBS) -lX11 $(XINE_LIB) $(THREAD_LIBS) + $(GLU_LIBS) $(X_LIBS) -lXext $(X_PRE_LIBS) -lX11 $(XINE_LIB) $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) xineplug_vo_out_opengl_la_CFLAGS = $(VISIBILITY_FLAG) $(X_CFLAGS) $(MLIB_CFLAGS) -fno-strict-aliasing xineplug_vo_out_opengl_la_LDFLAGS = -avoid-version -module |