https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 38d7b23b15919920fbd7797cf63906fd1f530347 authored by Daniel Fort on 09 April 2017, 04:21:30 UTC
Moved the Counter display to the Advanced menu.
Tip revision: 38d7b23
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