diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-06-03 16:58:24 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-06-03 16:58:24 +0000 |
commit | fdc4eead7ce4685c9e14c8c2cb47157b8fb3cd22 (patch) | |
tree | d3836dca3f4b798f0a345eead1aaa337a425dae2 /src/post/deinterlace/plugins | |
parent | 10f42dc0ec7a8186fb4f292f995f539c512e7428 (diff) | |
download | xine-lib-fdc4eead7ce4685c9e14c8c2cb47157b8fb3cd22.tar.gz xine-lib-fdc4eead7ce4685c9e14c8c2cb47157b8fb3cd22.tar.bz2 |
disable greedyh until i can fix the asm
CVS patchset: 7600
CVS date: 2005/06/03 16:58:24
Diffstat (limited to 'src/post/deinterlace/plugins')
-rw-r--r-- | src/post/deinterlace/plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am index 7c982124a..4cf8d85cf 100644 --- a/src/post/deinterlace/plugins/Makefile.am +++ b/src/post/deinterlace/plugins/Makefile.am @@ -43,8 +43,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@ |