diff options
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r-- | src/video_out/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 3d78e3776..609c80af7 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -43,11 +43,11 @@ endif # lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module) $(aa_module) \ # $(fb_module) $(sdl_module) $(opengl_module) $(directfb_module) -lib_LTLIBRARIES = $(xshm_module) +lib_LTLIBRARIES = $(xshm_module) $(xv_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 -#xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -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 +xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module xineplug_vo_out_xshm_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \ alphablend.c video_out_xshm.c |