summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/Makefile.am
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-06-05 16:00:06 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2005-06-05 16:00:06 +0000
commit45488a925b73cbefa2dfd93de3588486012e6132 (patch)
tree4e97a5176fa055d8736de6448dc5e80e1f40c388 /src/post/deinterlace/plugins/Makefile.am
parentd3e0104e88cfe385e0cfba9ac7a2ab1100029f18 (diff)
downloadxine-lib-45488a925b73cbefa2dfd93de3588486012e6132.tar.gz
xine-lib-45488a925b73cbefa2dfd93de3588486012e6132.tar.bz2
quite some hacks for gcc 2.95 compatibility
CVS patchset: 7612 CVS date: 2005/06/05 16:00:06
Diffstat (limited to 'src/post/deinterlace/plugins/Makefile.am')
-rw-r--r--src/post/deinterlace/plugins/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am
index 4cf8d85cf..7c5a0770c 100644
--- a/src/post/deinterlace/plugins/Makefile.am
+++ b/src/post/deinterlace/plugins/Makefile.am
@@ -28,7 +28,9 @@ EXTRA_DIST = greedy2frame_template.c greedyh.asm \
tomsmocomp/TomsMoCompAll2.inc tomsmocomp/WierdBob.inc \
tomsmocomp/tomsmocompmacros.h x86-64_macros.inc
-AM_CPPFLAGS = -I$(top_srcdir)/src/post/deinterlace
+# libpostproc is here so we can use their nice mangle.h
+AM_CFLAGS = -I$(top_srcdir)/src/post/deinterlace \
+ -I$(top_srcdir)/src/libffmpeg/libavcodec/libpostproc
libdir = $(XINE_PLUGINDIR)/post
@@ -43,8 +45,8 @@ libdeinterlaceplugins_la_SOURCES = \
weave.c \
greedy2frame.c \
scalerbob.c \
+ kdetv_greedyh.c \
kdetv_tomsmocomp.c
-# kdetv_greedyh.c \
libdeinterlaceplugins_la_LIBADD = $(XINE_LIB)
libdeinterlaceplugins_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@