]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/Modules.am
Fix printf type.
[vlc] / modules / video_filter / Modules.am
index b2c9ec20db169026f67105b493db1e81ef8af91b..ea46c31c6801474a8be43106df7359dbcedf8123 100644 (file)
@@ -27,7 +27,7 @@ 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
@@ -62,12 +62,19 @@ SOURCES_atmo = atmo/atmo.cpp \
        atmo/AtmoInput.cpp atmo/AtmoInput.h \
        atmo/AtmoLiveView.cpp atmo/AtmoLiveView.h \
        atmo/AtmoOutputFilter.cpp atmo/AtmoOutputFilter.h \
-       atmo/AtmoSerialConnection.cpp atmo/AtmoSerialConnection.h \
        atmo/AtmoThread.cpp atmo/AtmoThread.h \
        atmo/AtmoTools.cpp atmo/AtmoTools.h \
-       atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h
-SOURCES_video_filter_wrapper = wrapper.c
-noinst_HEADERS = filter_common.h filter_picture.h
+       atmo/AtmoZoneDefinition.cpp atmo/AtmoZoneDefinition.h \
+       atmo/AtmoChannelAssignment.cpp atmo/AtmoChannelAssignment.h \
+       atmo/AtmoClassicConnection.cpp atmo/AtmoClassicConnection.h \
+       atmo/AtmoDmxSerialConnection.cpp atmo/AtmoDmxSerialConnection.h \
+       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_gradfun = gradfun.c gradfun.h
+noinst_HEADERS = filter_picture.h
 
 libvlc_LTLIBRARIES += \
        libadjust_plugin.la \
@@ -81,7 +88,6 @@ libvlc_LTLIBRARIES += \
        libchain_plugin.la \
        libclone_plugin.la \
        libcolorthres_plugin.la \
-       libcrop_plugin.la \
        libcroppadd_plugin.la \
        libdeinterlace_plugin.la \
        liberase_plugin.la \
@@ -107,8 +113,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