summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2002-10-05 04:11:58 +0000
committerRobin KAY <komadori@users.sourceforge.net>2002-10-05 04:11:58 +0000
commit6905b22fbc581c8b518853d3e2edef52f50be1a8 (patch)
treea06e54cc2b7533c6a45848104b0b6f89c0a6957a /src/video_out/Makefile.am
parenteb129f0e7ac2cb0b20ef83fcf32535677b1000c7 (diff)
downloadxine-lib-6905b22fbc581c8b518853d3e2edef52f50be1a8.tar.gz
xine-lib-6905b22fbc581c8b518853d3e2edef52f50be1a8.tar.bz2
Ported plugin to new api. Nasty bug fixed thanks to Howdy Pierce.
CVS patchset: 2784 CVS date: 2002/10/05 04:11:58
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 2136ed73f..86769e5ae 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -25,6 +25,9 @@ xv_module = xineplug_vo_out_xv.la
#if HAVE_OPENGL
#opengl_module = xineplug_vo_out_opengl.la
#endif
+if HAVE_SUNFB
+pgx64_module = xineplug_vo_out_pgx64.la
+endif
#endif
if HAVE_AA
@@ -52,7 +55,7 @@ endif
#lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) \
# $(syncfb_module) $(fb_module) $(opengl_module) $(sdl_module) $(vidix_module)
-lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(aa_module)
+lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(aa_module) $(pgx64_module)
xineplug_vo_out_xv_la_SOURCES = deinterlace.c alphablend.c video_out_xv.c
xineplug_vo_out_xv_la_LIBADD = \
@@ -100,6 +103,10 @@ xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module
#xineplug_vo_out_vidix_la_LIBADD = $(X_LIBS) $(top_builddir)/src/video_out/vidix/libvidix.la
#xineplug_vo_out_vidix_la_LDFLAGS = -avoid-version -module
+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
+
noinst_HEADERS = alphablend.h deinterlace.h video_out_syncfb.h yuv2rgb.h
debug: