diff options
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@ |