diff options
| author | Matthias Hopf <mat@mshopf.de> | 2002-03-26 19:43:42 +0000 |
|---|---|---|
| committer | Matthias Hopf <mat@mshopf.de> | 2002-03-26 19:43:42 +0000 |
| commit | d02c9b5f961947aeecdd2d2dbe1571a796cf4fbc (patch) | |
| tree | 414e0ade6c4602d5d4ff52ce545e65ff785981a7 /src/video_out/Makefile.am | |
| parent | cf57b911eda36bd9aa73d8b3c53f86a1dac4ea47 (diff) | |
| download | xine-lib-d02c9b5f961947aeecdd2d2dbe1571a796cf4fbc.tar.gz xine-lib-d02c9b5f961947aeecdd2d2dbe1571a796cf4fbc.tar.bz2 | |
Adapted to interface 5.
Almost a complete rewrite, though.
Actually working fine now :)
CVS patchset: 1638
CVS date: 2002/03/26 19:43:42
Diffstat (limited to 'src/video_out/Makefile.am')
| -rw-r--r-- | src/video_out/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index f5f0e6138..811d67856 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -43,7 +43,7 @@ endif # $(sdl_module) $(opengl_module) lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) $(aa_module) \ - $(syncfb_module) $(fb_module) + $(syncfb_module) $(fb_module) $(opengl_module) xineplug_vo_out_xv_la_SOURCES = deinterlace.c alphablend.c video_out_xv.c xineplug_vo_out_xv_la_LIBADD = $(XV_LIB) $(X_LIBS) -lXext @@ -54,10 +54,10 @@ xineplug_vo_out_xshm_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \ xineplug_vo_out_xshm_la_LIBADD = $(X_LIBS) -lXext 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) $(GLU_LIBS) $(X_LIBS) -#xineplug_vo_out_opengl_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) $(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 xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module |
