Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
b6af47bd
Commit
b6af47bd
authored
Jul 20, 2016
by
Hugo Beauzée-Luyssen
Browse files
contribs: Add MLT
parent
9c5e102f
Changes
1
Hide whitespace changes
Inline
Side-by-side
contribs/src/mlt/rules.mak
0 → 100644
View file @
b6af47bd
MLT_VERSION
:=
master
MLT_URL
:=
https://github.com/mltframework/mlt.git
PKGS
+=
mlt
ifeq
($(call need_pkg,"mltframework"),)
PKGS_FOUND
+=
mlt
endif
DEPS_mlt
+=
ffmpeg iconv sdl
ifdef
HAVE_WIN32
MLT_CONFIG
=
--target-os
=
mingw
endif
$(TARBALLS)/mlt-$(MLT_VERSION).tar.xz
:
$(
call
download_git,
$(MLT_URL)
,,
$(MLT_VERSION)
)
mlt
:
mlt-$(MLT_VERSION).tar.xz
$(UNPACK)
$(MOVE)
.mlt
:
mlt
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
$(MLT_CONFIG)
cd
$<
&&
$(MAKE)
&&
$(MAKE)
install
touch
$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment