Commit 73cad20b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

atmo: no need for custom makefile

parent 43e28bde
...@@ -50,6 +50,20 @@ SOURCES_swscale_maemo = swscale_maemo.c \ ...@@ -50,6 +50,20 @@ SOURCES_swscale_maemo = swscale_maemo.c \
libswscale_nokia770/arm_colorconv.h libswscale_nokia770/arm_colorconv.h
SOURCES_scene = scene.c SOURCES_scene = scene.c
SOURCES_yuvp = yuvp.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 SOURCES_video_filter_wrapper = wrapper.c
noinst_HEADERS = filter_common.h filter_picture.h noinst_HEADERS = filter_common.h filter_picture.h
......
SOURCES_atmo = atmo.cpp AtmoDefs.h AtmoCalculations.cpp AtmoCalculations.h AtmoConfig.cpp AtmoConfig.h AtmoConnection.cpp AtmoConnection.h AtmoDynData.cpp AtmoDynData.h AtmoExternalCaptureInput.cpp AtmoExternalCaptureInput.h AtmoInput.cpp AtmoInput.h AtmoLiveView.cpp AtmoLiveView.h AtmoOutputFilter.cpp AtmoOutputFilter.h AtmoSerialConnection.cpp AtmoSerialConnection.h AtmoThread.cpp AtmoThread.h AtmoTools.cpp AtmoTools.h AtmoZoneDefinition.cpp AtmoZoneDefinition.h
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment