Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
0a9d2d08
Commit
0a9d2d08
authored
Feb 20, 2017
by
Rémi Denis-Courmont
Browse files
contrib: mfx: check git hash
parent
a3db7b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/mfx/rules.mak
View file @
0a9d2d08
# mfx (Media SDK)
mfx_GITURL
:=
https://github.com/lu-zero/mfx_dispatch.git
MFX_GITHASH
:=
7adf2e463149adf6820de745a4d9e5d9a1ba8763
ifeq
($(call need_pkg,"mfx"),)
PKGS_FOUND
+=
mfx
...
...
@@ -10,13 +11,13 @@ PKGS += mfx
endif
$(TARBALLS)/mfx-git.tar.xz
:
$(
call
download_git,
$(mfx_GITURL)
,,
7adf2e4
)
$(
call
download_git,
$(mfx_GITURL)
,,
$(MFX_GITHASH)
)
.sum-mfx
:
mfx-git.tar.xz
$(
warning
$@
not implemented
)
$(
call
check_githash,
$(MFX_GITHASH)
)
touch
$@
mfx
:
mfx-git.tar.xz
mfx
:
mfx-git.tar.xz
.sum-mfx
$(UNPACK)
cd
$(UNPACK_DIR)
&&
autoreconf
-ivf
$(MOVE)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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