From 4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Tue, 16 Mar 2004 01:16:57 +0000 Subject: video_out_pgx32 no longer needs to be linked against alphablend.o. Removed defunct prototype from alphablend.h. CVS patchset: 6266 CVS date: 2004/03/16 01:16:57 --- src/video_out/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_out/Makefile.am') diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 41b2fdb0f..51fec6024 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -113,7 +113,7 @@ xineplug_vo_out_pgx64_la_SOURCES = alphablend.c video_out_pgx64.c xineplug_vo_out_pgx64_la_LIBADD = $(X_LIBS) xineplug_vo_out_pgx64_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_vo_out_pgx32_la_SOURCES = alphablend.c video_out_pgx32.c +xineplug_vo_out_pgx32_la_SOURCES = video_out_pgx32.c xineplug_vo_out_pgx32_la_LIBADD = $(X_LIBS) xineplug_vo_out_pgx32_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -- cgit v1.2.3