]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/Modules.am
Move Altivec memcpy to altivec directory
[vlc] / modules / video_filter / Modules.am
index 2268d9a84ed13c6b34e7caee0e9941dc8cc7af3a..a226cee8b16515e230657cd90fed14918297d34b 100644 (file)
@@ -1,14 +1,16 @@
-SUBDIRS = atmo dynamicoverlay
+SUBDIRS = dynamicoverlay
 SOURCES_mosaic = mosaic.c mosaic.h
 SOURCES_transform = transform.c
 SOURCES_invert = invert.c
+SOURCES_mirror = mirror.c
 SOURCES_adjust = adjust.c
 SOURCES_wall = wall.c
 SOURCES_clone = clone.c
 SOURCES_crop = crop.c
 SOURCES_motionblur = motionblur.c
 SOURCES_logo = logo.c
-SOURCES_deinterlace = deinterlace.c
+SOURCES_audiobargraph_v = audiobargraph_v.c
+SOURCES_deinterlace = deinterlace.c yadif.h
 SOURCES_blend = blend.c
 SOURCES_scale = scale.c
 SOURCES_marq = marq.c
@@ -22,6 +24,7 @@ SOURCES_wave = wave.c
 SOURCES_ripple = ripple.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
@@ -36,12 +39,35 @@ SOURCES_bluescreen = bluescreen.c
 SOURCES_alphamask = alphamask.c
 SOURCES_gaussianblur = gaussianblur.c
 SOURCES_grain = grain.c
-SOURCES_seamcarving = seamcarving.c
 SOURCES_croppadd = croppadd.c
 SOURCES_canvas = canvas.c
 SOURCES_blendbench = blendbench.c
 SOURCES_chain = chain.c
 SOURCES_postproc = postproc.c
-SOURCES_swscale = swscale.c ../codec/avcodec/chroma.h
-SOURCES_imgresample = imgresample.c ../codec/avcodec/chroma.h
+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_yuvp = yuvp.c
+SOURCES_atmo = atmo/atmo.cpp \
+       atmo/AtmoDefs.h \
+       atmo/AtmoCalculations.cpp atmo/AtmoCalculations.h \
+       atmo/AtmoConfig.cpp atmo/AtmoConfig.h \
+       atmo/AtmoConnection.cpp atmo/AtmoConnection.h \
+       atmo/AtmoDynData.cpp atmo/AtmoDynData.h \
+       atmo/AtmoExternalCaptureInput.cpp atmo/AtmoExternalCaptureInput.h \
+       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
+
+libvlc_LTLIBRARIES += \
+    libvideo_filter_wrapper_plugin.la