diff options
Diffstat (limited to 'src/post/planar/Makefile.am')
-rw-r--r-- | src/post/planar/Makefile.am | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index 2d7f9ac1a..4a4db3af4 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -4,17 +4,10 @@ AM_CFLAGS = @ANSI_FLAGS@ libdir = $(XINE_PLUGINDIR)/post -lib_LTLIBRARIES = xineplug_post_invert.la xineplug_post_expand.la -# xineplug_post_deinterlace.la +lib_LTLIBRARIES = xineplug_post_planar.la -xineplug_post_invert_la_SOURCES = invert.c -xineplug_post_invert_la_LIBADD = $(XINE_LIB) -xineplug_post_invert_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c boxblur.c \ + denoise3d.c eq.c eq2.c unsharp.c +xineplug_post_planar_la_LIBADD = $(XINE_LIB) -lm +xineplug_post_planar_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_post_expand_la_SOURCES = expand.c -xineplug_post_expand_la_LIBADD = $(XINE_LIB) -xineplug_post_expand_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ - -# xineplug_post_deinterlace_la_SOURCES = deinterlace.c -# xineplug_post_deinterlace_la_LIBADD = $(XINE_LIB) -# xineplug_post_deinterlace_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |