summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2004-03-16 01:16:57 +0000
committerRobin KAY <komadori@users.sourceforge.net>2004-03-16 01:16:57 +0000
commit4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53 (patch)
tree99ec2b082911ae6361986ffdc0cbcbd2e22d1b64 /src/video_out/Makefile.am
parent9cf70773dbafda1c4003464e9f0b84f874ad3f06 (diff)
downloadxine-lib-4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53.tar.gz
xine-lib-4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53.tar.bz2
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
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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@