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=raw_twk
MODULE_OBJS=raw_twk.o

# include modules environment
include ../Makefile.modules

back to top