diff options
author | Luca Ognibene <skaboy@users.sourceforge.net> | 2003-03-14 16:14:23 +0000 |
---|---|---|
committer | Luca Ognibene <skaboy@users.sourceforge.net> | 2003-03-14 16:14:23 +0000 |
commit | 298a8fdd0137cb97df44c4730f848f5b881cb4ab (patch) | |
tree | 3b5fe260cd0ab2de6a2e475e53657320aa67cbe9 /src/post/mosaico/Makefile.am | |
parent | aae6ade1b44956f825c4a9e8274b9cd7a0ee504c (diff) | |
download | xine-lib-298a8fdd0137cb97df44c4730f848f5b881cb4ab.tar.gz xine-lib-298a8fdd0137cb97df44c4730f848f5b881cb4ab.tar.bz2 |
* fixes in mosaico pp
* a new post plugin
You can init switch post plugin with >1 inputs
and switch between them at any time
CVS patchset: 4410
CVS date: 2003/03/14 16:14:23
Diffstat (limited to 'src/post/mosaico/Makefile.am')
-rw-r--r-- | src/post/mosaico/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/post/mosaico/Makefile.am b/src/post/mosaico/Makefile.am index fbfa85604..3b2c26c01 100644 --- a/src/post/mosaico/Makefile.am +++ b/src/post/mosaico/Makefile.am @@ -9,12 +9,16 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR)/post -lib_LTLIBRARIES = xineplug_post_mosaico.la +lib_LTLIBRARIES = xineplug_post_mosaico.la xineplug_post_switch.la xineplug_post_mosaico_la_SOURCES = mosaico.c xineplug_post_mosaico_la_LIBADD = $(XINE_LIB) xineplug_post_mosaico_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_post_switch_la_SOURCES = switch.c +xineplug_post_switch_la_LIBADD = $(XINE_LIB) +xineplug_post_switch_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" |