diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-10-08 03:15:51 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-10-08 03:15:51 +0000 |
| commit | d9fb26125bf23c92f87ff6f9be2a074adac15bb6 (patch) | |
| tree | 5c0655af4920a36414cc526115fc98f0cba856de /src/post/deinterlace/plugins/Makefile.am | |
| parent | 27b806d47a9255561e2cebe33ff6106118a0ca14 (diff) | |
| download | xine-lib-d9fb26125bf23c92f87ff6f9be2a074adac15bb6.tar.gz xine-lib-d9fb26125bf23c92f87ff6f9be2a074adac15bb6.tar.bz2 | |
- add scalerbob method (drop half of the lines and let the hardware/vo driver
do the scaling)
- add cheap mode. no image format conversion, less cpu usage, not 100% accurate
CVS patchset: 5469
CVS date: 2003/10/08 03:15:51
Diffstat (limited to 'src/post/deinterlace/plugins/Makefile.am')
| -rw-r--r-- | src/post/deinterlace/plugins/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post/deinterlace/plugins/Makefile.am b/src/post/deinterlace/plugins/Makefile.am index ff605dd6d..f08fa250a 100644 --- a/src/post/deinterlace/plugins/Makefile.am +++ b/src/post/deinterlace/plugins/Makefile.am @@ -15,7 +15,8 @@ libdeinterlaceplugins_la_SOURCES = \ linearblend.c \ vfir.c \ weave.c \ - greedy2frame.c + greedy2frame.c \ + scalerbob.c libdeinterlaceplugins_la_LIBADD = $(XINE_LIB) libdeinterlaceplugins_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |
