https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: f7d6de818873bdc53e9010544a8b43c27eb2548d authored by danne on 27 April 2017, 15:01:43 UTC
old vertical stripe correction code. Better with dualiso.
Tip revision: f7d6de8
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