Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7019e34f
Commit
7019e34f
authored
Jun 14, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: Update libbluray to 0.6.0
And activate BD-J
parent
69d6f2ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/src/bluray/SHA512SUMS
contrib/src/bluray/SHA512SUMS
+1
-1
contrib/src/bluray/rules.mak
contrib/src/bluray/rules.mak
+2
-2
No files found.
contrib/src/bluray/SHA512SUMS
View file @
7019e34f
bd709a01689bbb03ac291a2544eee93b47d72e065c8ccf825f9fb568ddb339a75a18c721b3c59fd4a8214a0f9b652cbd845bccd9de08248dd4cf61616a77e1dd libbluray-0.5
.0.tar.bz2
2a4f9bce97a0943bb02b2a1c5477a326b1158e213d1b0157c5d09cc45dae35937771343c3a56c1a58c7eacc55e31e6be879885a8c0d91844ab9b90dc0ec7c33e libbluray-0.6
.0.tar.bz2
contrib/src/bluray/rules.mak
View file @
7019e34f
...
...
@@ -9,7 +9,7 @@ endif
DEPS_bluray
=
libxml2
$(DEPS_libxml2)
BLURAY_VERSION
:=
0.
5
.0
BLURAY_VERSION
:=
0.
6
.0
BLURAY_URL
:=
http://ftp.videolan.org/pub/videolan/libbluray/
$(BLURAY_VERSION)
/libbluray-
$(BLURAY_VERSION)
.tar.bz2
$(TARBALLS)/libbluray-$(BLURAY_VERSION).tar.bz2
:
...
...
@@ -23,6 +23,6 @@ bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray
.bluray
:
bluray
cd
$<
&&
./bootstrap
cd
$<
&&
$(HOSTVARS)
./configure
--disable-examples
--disable-debug
--enable-libxml2
$(HOSTCONF)
cd
$<
&&
$(HOSTVARS)
./configure
--disable-examples
--disable-debug
--enable-libxml2
--enable-bdjava
$(HOSTCONF)
cd
$<
&&
$(MAKE)
install
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