https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 8845b89cc320956ef71a78767dacd4ad9df19696 authored by ArcziPL on 09 March 2019, 15:08:13 UTC
lossless: fix compressor configuration and resources for 70D to get valid compressed DNG and MLV
Tip revision: 8845b89
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mem_chk
MODULE_OBJS=mem_chk.o

# include modules environment
include ../Makefile.modules
back to top