https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5b026d2cf6d3fdbfb7a1a883724c8f81d7cc90f0 authored by Alessandro Profiti on 16 February 2018, 14:54:48 UTC
mlv_dump.c: Fix duplicate ELNS Block processing
Tip revision: 5b026d2
Makefile

# define the module name - make sure name is max 8 characters
MODULE_NAME=mlv_play
MODULE_OBJS=mlv_play.o video.bmp.rsc

# include modules environment
include ../Makefile.modules

back to top