diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-30 15:47:58 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-30 15:47:58 +0000 |
commit | 1d8fc16ac8c2eeaf58aeb709e967564b91b0c2bd (patch) | |
tree | 00286c0b151e235d173afb022d4aa1aa3c8814d3 /src | |
parent | f47f0bea5c976589a456d51e37706372eada86c0 (diff) | |
download | xine-lib-1d8fc16ac8c2eeaf58aeb709e967564b91b0c2bd.tar.gz xine-lib-1d8fc16ac8c2eeaf58aeb709e967564b91b0c2bd.tar.bz2 |
aalib makefile patch provided by Damien Clermonté
CVS patchset: 368
CVS date: 2001/07/30 15:47:58
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 18705e611..22c6efc7e 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -38,7 +38,7 @@ xineplug_vo_out_syncfb_la_SOURCES = video_out_syncfb.c xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module xineplug_vo_out_aa_la_SOURCES = video_out_aa.c -xineplug_vo_out_aa_la_LIBADD = -laa +xineplug_vo_out_aa_la_LIBADD = $(AALIB_LIBS) xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module noinst_HEADERS = yuv2rgb.h video_out_syncfb.h alphablend.h |