]> 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 a46d0a1eb671c60ad474dbdd7aabeb072ffb90aa..6028b84dd119b81dc6cfb181589468e13e8b2ae6 100644 (file)
@@ -22,6 +22,7 @@ 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
@@ -71,8 +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
-noinst_HEADERS = filter_common.h filter_picture.h
+SOURCES_gradfun = gradfun.c gradfun.h
+noinst_HEADERS = filter_picture.h
 
 libvlc_LTLIBRARIES += \
        libadjust_plugin.la \
@@ -102,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,4 +117,5 @@ libvlc_LTLIBRARIES += \
        libsharpen_plugin.la \
        libwall_plugin.la \
        libwave_plugin.la \
+       libgradfun_plugin.la \
        libyuvp_plugin.la