diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-04-14 18:07:47 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-04-14 18:07:47 +0000 |
commit | 1e8accae7101a989abc1b227e2ea889ea5eb7163 (patch) | |
tree | 6e85cebf6ca753c85d5f6982739111b48a9582c7 /src | |
parent | acdf25710188bcd92ab28e85c4c2491441c34c7f (diff) | |
download | xine-lib-1e8accae7101a989abc1b227e2ea889ea5eb7163.tar.gz xine-lib-1e8accae7101a989abc1b227e2ea889ea5eb7163.tar.bz2 |
link syncfb plugin with X11 libraries
CVS patchset: 1720
CVS date: 2002/04/14 18:07:47
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |