]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/Modules.am
swscale_omap: remove dead OMAP2 (really ARMv6) CPU scaler plugin
[vlc] / modules / video_filter / Modules.am
index b477c69d0e066dd76455240b952bad44846f026e..a0e031670f0d8f4a809cfb7d514bae9f175554dc 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
@@ -45,12 +46,8 @@ SOURCES_blendbench = blendbench.c
 SOURCES_chain = chain.c
 SOURCES_postproc = postproc.c
 SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
-SOURCES_swscale_omap = swscale_omap.c \
-       libswscale_nokia770/arm_jit_swscale.c \
-       libswscale_nokia770/arm_colorconv.S \
-       libswscale_nokia770/arm_jit_swscale.h \
-       libswscale_nokia770/arm_colorconv.h
 SOURCES_scene = scene.c
+SOURCES_sepia = sepia.c
 SOURCES_yuvp = yuvp.c
 SOURCES_atmo = atmo/atmo.cpp \
        atmo/AtmoDefs.h \
@@ -71,7 +68,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_gradfun = gradfun.c gradfun.h
+SOURCES_subsdelay = subsdelay.c
 noinst_HEADERS = filter_picture.h
 
 libvlc_LTLIBRARIES += \
@@ -102,6 +102,7 @@ libvlc_LTLIBRARIES += \
        libmotionblur_plugin.la \
        libmotiondetect_plugin.la \
        libnoise_plugin.la \
+       libposterize_plugin.la \
        libpsychedelic_plugin.la \
        libpuzzle_plugin.la \
        libripple_plugin.la \
@@ -110,7 +111,11 @@ libvlc_LTLIBRARIES += \
        librv32_plugin.la \
        libscale_plugin.la \
        libscene_plugin.la \
+       libsepia_plugin.la \
        libsharpen_plugin.la \
+       libsubsdelay_plugin.la \
+       libtransform_plugin.la \
        libwall_plugin.la \
        libwave_plugin.la \
+       libgradfun_plugin.la \
        libyuvp_plugin.la