From 45488a925b73cbefa2dfd93de3588486012e6132 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 5 Jun 2005 16:00:06 +0000 Subject: quite some hacks for gcc 2.95 compatibility CVS patchset: 7612 CVS date: 2005/06/05 16:00:06 --- src/post/deinterlace/plugins/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/post/deinterlace/plugins/Makefile.am') 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@ -- cgit v1.2.3