blob: 4a4db3af4fbf347874f84b7b51ca599b04f64823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = @ANSI_FLAGS@
libdir = $(XINE_PLUGINDIR)/post
lib_LTLIBRARIES = xineplug_post_planar.la
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@
|