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
a2d1c373
Commit
a2d1c373
authored
Jul 18, 2016
by
Hugo Beauzée-Luyssen
Browse files
contribs: Add libvlcpp rule
parent
56352884
Changes
1
Hide whitespace changes
Inline
Side-by-side
contribs/src/libvlcpp/rules.mak
0 → 100644
View file @
a2d1c373
LIBVLCPP_VERSION
:=
master
LIBVLCPP_URL
:=
https://code.videolan.org/videolan/libvlcpp.git
PKGS
+=
libvlcpp
ifeq
($(call need_pkg,"libvlcpp"),)
PKGS_FOUND
+=
libvlcpp
endif
$(TARBALLS)/libvlcpp-$(LIBVLCPP_VERSION).tar.xz
:
$(
call
download_git,
$(LIBVLCPP_URL)
,,
$(LIBVLCPP_VERSION)
)
libvlcpp
:
libvlcpp-$(LIBVLCPP_VERSION).tar.xz
$(UNPACK)
$(MOVE)
.libvlcpp
:
libvlcpp
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
cd
$<
&&
$(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