From 232b015044406c794952f40a692b1632aaa1ed31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 16 Jan 2010 14:57:06 +0200 Subject: [PATCH] Hard code most video filters --- configure.ac | 30 ------------------------------ modules/video_filter/Modules.am | 31 ++++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 31 deletions(-) diff --git a/configure.ac b/configure.ac index d28a6398e3..177a833ff4 100644 --- a/configure.ac +++ b/configure.ac @@ -1167,37 +1167,7 @@ test "${enable_cprof}" != "yes" && enable_cprof="no" dnl dnl default modules dnl -dnl Video filters: -VLC_ADD_PLUGIN([deinterlace]) -VLC_ADD_PLUGIN([yuvp]) -VLC_ADD_PLUGIN([invert]) -VLC_ADD_PLUGIN([mirror]) -VLC_ADD_PLUGIN([adjust]) -VLC_ADD_PLUGIN([transform]) -VLC_ADD_PLUGIN([wave]) -VLC_ADD_PLUGIN([ripple]) -VLC_ADD_PLUGIN([psychedelic]) -VLC_ADD_PLUGIN([gradient]) -VLC_ADD_PLUGIN([ball]) -VLC_ADD_PLUGIN([motionblur]) -VLC_ADD_PLUGIN([rv32]) -VLC_ADD_PLUGIN([rotate]) -VLC_ADD_PLUGIN([noise]) -VLC_ADD_PLUGIN([grain]) -VLC_ADD_PLUGIN([extract]) -VLC_ADD_PLUGIN([sharpen]) -VLC_ADD_PLUGIN([croppadd]) -VLC_ADD_PLUGIN([canvas]) -VLC_ADD_PLUGIN([blendbench]) -VLC_ADD_PLUGIN([blend]) -VLC_ADD_PLUGIN([scale]) VLC_ADD_PLUGIN([vmem]) -VLC_ADD_PLUGIN([logo]) -VLC_ADD_PLUGIN([audiobargraph_v]) -VLC_ADD_PLUGIN([magnify]) -VLC_ADD_PLUGIN([puzzle]) -VLC_ADD_PLUGIN([colorthres]) -VLC_ADD_PLUGIN([scene]) VLC_ADD_PLUGIN([yuv]) ALIASES="${ALIASES} cvlc" diff --git a/modules/video_filter/Modules.am b/modules/video_filter/Modules.am index a226cee8b1..cbb26031cd 100644 --- a/modules/video_filter/Modules.am +++ b/modules/video_filter/Modules.am @@ -70,4 +70,33 @@ SOURCES_video_filter_wrapper = wrapper.c noinst_HEADERS = filter_common.h filter_picture.h libvlc_LTLIBRARIES += \ - libvideo_filter_wrapper_plugin.la + libadjust_plugin.la \ + libaudiobargraph_v_plugin.la \ + libball_plugin.la \ + libblend_plugin.la \ + libblendbench_plugin.la \ + libcanvas_plugin.la \ + libcolorthres_plugin.la \ + libcroppadd_plugin.la \ + libdeinterlace_plugin.la \ + libextract_plugin.la \ + libgradient_plugin.la \ + libgrain_plugin.la \ + libinvert_plugin.la \ + liblogo_plugin.la \ + libmagnify_plugin.la \ + libmirror_plugin.la \ + libmotionblur_plugin.la \ + libnoise_plugin.la \ + libpsychedelic_plugin.la \ + libpuzzle_plugin.la \ + libripple_plugin.la \ + librotate_plugin.la \ + librv32_plugin.la \ + libscale_plugin.la \ + libscene_plugin.la \ + libsharpen_plugin.la \ + libtransform_plugin.la \ + libwave_plugin.la \ + libyuvp_plugin.la \ + libvideo_filter_wrapper_plugin.la -- 2.39.5