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
a06fec3e
Commit
a06fec3e
authored
Jul 21, 2016
by
Hugo Beauzée-Luyssen
Browse files
contribs: Add VLC
This is required by the medialibrary
parent
a0a0ee39
Changes
1
Hide whitespace changes
Inline
Side-by-side
contribs/src/vlc/rules.mak
0 → 100644
View file @
a06fec3e
ifdef
HAVE_WIN32
FLAVOR
:=
win32
else
ifdef
HAVE_WIN64
FLAVOR
:=
win64
endif
endif
VLC_VERSION
:=
3.0.0-20160720-0235
VLC_ARCHIVE_NAME
:=
vlc-
$(VLC_VERSION)
-git-
$(FLAVOR)
.7z
VLC_URL
:=
http://nightlies.videolan.org/build/
$(FLAVOR)
/last/
$(VLC_ARCHIVE_NAME)
PKGS
+=
vlc
ifeq
($(call need_pkg,"libvlc"),)
PKGS_FOUND
+=
vlc
endif
$(TARBALLS)/$(VLC_ARCHIVE_NAME)
:
$(
call
download_pkg,
$(VLC_URL)
,vlc
)
vlc
:
$(VLC_ARCHIVE_NAME)
$(UNPACK)
mv
vlc-3.0.0-git vlc-
$(VLC_VERSION)
-git-
$(FLAVOR)
$(MOVE)
.vlc
:
vlc
cd
$<
&&
cp
-R
sdk/include
$(PREFIX)
/
cd
$<
&&
cp
-R
sdk/lib
$(PREFIX)
/
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