Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
a940cedb
Commit
a940cedb
authored
Jun 28, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: ebml
parent
9596739f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
contrib/src/ebml/SHA512SUMS
contrib/src/ebml/SHA512SUMS
+1
-0
contrib/src/ebml/rules.mak
contrib/src/ebml/rules.mak
+27
-0
No files found.
contrib/src/ebml/SHA512SUMS
0 → 100644
View file @
a940cedb
0de247ff5af3de551173c8b7351121717800223d7fa0f142a15cdef0005ee8922dcbcc9811bb4a9efb9e937a42975690e0727a1cf681ca51f114f7426715790f libebml-1.2.0.tar.bz2
contrib/src/ebml/rules.mak
0 → 100644
View file @
a940cedb
# ebml
EBML_VERSION
:=
1.2.0
EBML_URL
:=
http://dl.matroska.org/downloads/libebml/libebml-
$(EBML_VERSION)
.tar.bz2
#EBML_URL := $(CONTRIB_VIDEOLAN)/libebml-$(EBML_VERSION).tar.bz2
$(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2
:
$(DOWNLOAD)
$(EBML_URL)
.sum-ebml
:
$(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2
$(CHECK_SHA512)
touch
$@
libebml
:
$(TARBALLS)/libebml-$(EBML_VERSION).tar.bz2 .sum-ebml
$(UNPACK_BZ2)
mv
$@
-
$(EBML_VERSION)
$@
touch
$@
.ebml
:
libebml
ifdef
HAVE_WIN32
cd
$<
&&
$(MAKE)
-C
make/mingw32
prefix
=
"
$(PREFIX)
"
$(HOSTVARS)
SHARED
=
no
else
cd
$<
&&
$(MAKE)
-C
make/linux
prefix
=
"
$(PREFIX)
"
$(HOSTVARS)
staticlib
endif
cd
$<
&&
$(MAKE)
-C
make/linux install_staticlib install_headers
prefix
=
"
$(PREFIX)
"
$(HOSTVARS)
$(RANLIB)
"
$(PREFIX)
/lib/libebml.a"
touch
$@
Write
Preview
Markdown
is supported
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