https://bitbucket.org/hudson/magic-lantern
Revision 68446cfdc00a67d58a015ce5edee5de1c2e4f545 authored by alex@thinkpad on 18 May 2013, 07:31:07 UTC, committed by alex@thinkpad on 18 May 2013, 07:31:07 UTC
1 parent 1fe6c3d
Raw File
Tip revision: 68446cfdc00a67d58a015ce5edee5de1c2e4f545 authored by alex@thinkpad on 18 May 2013, 07:31:07 UTC
raw_rec: preview with 1:1 aspect ratio; also preview while recording, at very low fps
Tip revision: 68446cf
Makefile.top
MAKE=make
RM=rm
MV=mv
MKDIR=mkdir
CP=cp
export BIN_FILES=magiclantern magiclantern.bin autoexec.bin autoexec

BINARIES_PATH=binaries
LUA_PATH=$(TOP_DIR)/lua
PICOC_PATH=$(TOP_DIR)/picoc
PWD=$(shell pwd)
SRC_DIR=$(TOP_DIR)/src
PLATFORM_PATH=$(TOP_DIR)/platform
BUILDER_DIR=$(TOP_DIR)/../dumper
DOC_DIR=$(TOP_DIR)/doc
CROP_DIR=$(TOP_DIR)/data/cropmks
VRAM_DIR=$(TOP_DIR)/data/vram
SCRIPT_DIR=$(TOP_DIR)/scripts
PLUGINS_DIR=$(TOP_DIR)/plugins
MODULES_DIR=$(TOP_DIR)/modules
BIN_FILES=magiclantern magiclantern.bin autoexec.bin autoexec
back to top