]> git.sesse.net Git - vlc/commitdiff
Hard code most video filters
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 16 Jan 2010 12:57:06 +0000 (14:57 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 16 Jan 2010 12:57:06 +0000 (14:57 +0200)
configure.ac
modules/video_filter/Modules.am

index d28a6398e35302572e725a2e63303d71539a7b4e..177a833ff4e9edaff9bb138f9c9727f07ed30363 100644 (file)
@@ -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"
index a226cee8b16515e230657cd90fed14918297d34b..cbb26031cd87217e7e6a9467b1490a36f6d5ffc2 100644 (file)
@@ -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