Commit 232b0150 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Hard code most video filters

parent 89d9f144
......@@ -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"
......
......@@ -70,4 +70,33 @@ SOURCES_video_filter_wrapper = wrapper.c
noinst_HEADERS = filter_common.h filter_picture.h
libvlc_LTLIBRARIES += \
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment