From: Laurent Aimar Date: Sat, 17 Apr 2010 19:35:01 +0000 (+0200) Subject: Do not build crop video filter plugin. X-Git-Tag: 1.2.0-pre1~7002 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a2deb59af5f4ff170c676e4a6639b95edd1d13ea;p=vlc Do not build crop video filter plugin. Only the autocrop feature is really lost with that but it was very inefficient. --- diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am index 92a8ff1878..a46d0a1eb6 100644 --- a/modules/video_filter/Modules.am +++ b/modules/video_filter/Modules.am @@ -86,7 +86,6 @@ libvlc_LTLIBRARIES += \ libchain_plugin.la \ libclone_plugin.la \ libcolorthres_plugin.la \ - libcrop_plugin.la \ libcroppadd_plugin.la \ libdeinterlace_plugin.la \ liberase_plugin.la \