From 1e8accae7101a989abc1b227e2ea889ea5eb7163 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Sun, 14 Apr 2002 18:07:47 +0000 Subject: link syncfb plugin with X11 libraries CVS patchset: 1720 CVS date: 2002/04/14 18:07:47 --- src/video_out/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 811d67856..d05b74c3c 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -60,6 +60,7 @@ xineplug_vo_out_opengl_la_LIBADD = $(OPENGL_LIBS) $(GLUT_LIBS) $(GLU_LIBS) $(X_ 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_LIBADD = $(X_LIBS) xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module xineplug_vo_out_aa_la_SOURCES = video_out_aa.c -- cgit v1.2.3