]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/Modules.am
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_filter / Modules.am
index 660c03f17db2ea6bb66ec40a9b975322db4281d7..6028b84dd119b81dc6cfb181589468e13e8b2ae6 100644 (file)
@@ -22,12 +22,13 @@ SOURCES_remoteosd = remoteosd.c remoteosd_rfbproto.h
 SOURCES_magnify = magnify.c
 SOURCES_wave = wave.c
 SOURCES_ripple = ripple.c
+SOURCES_posterize = posterize.c
 SOURCES_psychedelic = psychedelic.c
 SOURCES_gradient = gradient.c
 SOURCES_ball = ball.c
 SOURCES_panoramix = panoramix.c
 SOURCES_opencv_wrapper = opencv_wrapper.c
-SOURCES_opencv_example = opencv_example.cpp filter_event_info.h
+SOURCES_opencv_example = opencv_example.c filter_event_info.h
 SOURCES_rotate = rotate.c
 SOURCES_noise = noise.c
 SOURCES_puzzle = puzzle.c
@@ -71,9 +72,10 @@ SOURCES_atmo = atmo/atmo.cpp \
        atmo/DmxTools.cpp atmo/DmxTools.h \
        atmo/AtmoMultiConnection.cpp atmo/AtmoMultiConnection.h \
        atmo/MoMoConnection.cpp atmo/MoMoConnection.h \
+       atmo/FnordlichtConnection.cpp atmo/FnordlichtConnection.h \
        atmo/AtmoPacketQueue.cpp atmo/AtmoPacketQueue.h
-SOURCES_video_filter_wrapper = wrapper.c
-noinst_HEADERS = filter_common.h filter_picture.h
+SOURCES_gradfun = gradfun.c gradfun.h
+noinst_HEADERS = filter_picture.h
 
 libvlc_LTLIBRARIES += \
        libadjust_plugin.la \
@@ -87,7 +89,6 @@ libvlc_LTLIBRARIES += \
        libchain_plugin.la \
        libclone_plugin.la \
        libcolorthres_plugin.la \
-       libcrop_plugin.la \
        libcroppadd_plugin.la \
        libdeinterlace_plugin.la \
        liberase_plugin.la \
@@ -104,6 +105,7 @@ libvlc_LTLIBRARIES += \
        libmotionblur_plugin.la \
        libmotiondetect_plugin.la \
        libnoise_plugin.la \
+       libposterize_plugin.la \
        libpsychedelic_plugin.la \
        libpuzzle_plugin.la \
        libripple_plugin.la \
@@ -113,8 +115,7 @@ libvlc_LTLIBRARIES += \
        libscale_plugin.la \
        libscene_plugin.la \
        libsharpen_plugin.la \
-       libtransform_plugin.la \
        libwall_plugin.la \
        libwave_plugin.la \
-       libyuvp_plugin.la \
-       libvideo_filter_wrapper_plugin.la
+       libgradfun_plugin.la \
+       libyuvp_plugin.la