https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 6896814002e2b5331a03b198672e09794e074c96 authored by alex@thinkpad on 12 February 2017, 19:51:02 UTC
mlv_lite: attempt to fix lockup when the H.264 stream stops automatically
Tip revision: 6896814
Makefile

# this is a very simple makefile for modules
TOP_DIR=../..

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

# include modules environment
include $(TOP_DIR)/modules/Makefile.modules

back to top