diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-10 23:57:57 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-06-10 23:57:57 +0000 |
commit | 58e22ca569e796b8bbb66d15808d4c9daad5f3d7 (patch) | |
tree | 84cf9c4574006022174ed52a660a51f2da92e998 /src | |
parent | 3e866e3fca3d10a7cfe7b78fece1dcf1eaa2e981 (diff) | |
download | xine-lib-58e22ca569e796b8bbb66d15808d4c9daad5f3d7.tar.gz xine-lib-58e22ca569e796b8bbb66d15808d4c9daad5f3d7.tar.bz2 |
link libaa to aa output plugin.
CVS patchset: 159
CVS date: 2001/06/10 23:57:57
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 249e5044c..bb976c938 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -35,6 +35,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_LDFLAGS = -avoid-version -module noinst_HEADERS = yuv2rgb.h video_out_syncfb.h |