]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/Modules.am
Replace argument = realloc( argument, size ); with realloc_or_free() in modules/...
[vlc] / modules / video_filter / Modules.am
index dbc85f1ca6e69eb83c7963a706fc5130978a0269..909d5b9d0eb942a1c53f96c54d9435a649ec12f7 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
@@ -42,7 +44,29 @@ SOURCES_blendbench = blendbench.c
 SOURCES_chain = chain.c
 SOURCES_postproc = postproc.c
 SOURCES_swscale = swscale.c ../codec/avcodec/chroma.c
-SOURCES_swscale_maemo = swscale_maemo.c libswscale_nokia770/arm_jit_swscale.c libswscale_nokia770/arm_colorconv.S libswscale_nokia770/arm_jit_swscale.h libswscale_nokia770/arm_colorconv.h
+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