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
8d37aa9a
Commit
8d37aa9a
authored
Mar 11, 2012
by
Konstantin Pavlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: build libbluray with libxml2.
Required for metadata support.
parent
87e18497
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
contrib/src/bluray/pkg-static.patch
contrib/src/bluray/pkg-static.patch
+1
-1
contrib/src/bluray/rules.mak
contrib/src/bluray/rules.mak
+3
-1
No files found.
contrib/src/bluray/pkg-static.patch
View file @
8d37aa9a
...
...
@@ -6,5 +6,5 @@ diff -ru libbluray/src/libbluray.pc.in libbluray2/src/libbluray.pc.in
Description: library supporting Blu-ray playback
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lbluray
+Libs: -L${libdir} -lbluray @DLOPEN_LDFLAGS@
+Libs: -L${libdir} -lbluray @DLOPEN_LDFLAGS@
@LIBXML2_LIBS@
Cflags: -I${includedir}
contrib/src/bluray/rules.mak
View file @
8d37aa9a
...
...
@@ -7,6 +7,8 @@ ifeq ($(call need_pkg,"libbluray >= 0.2.1"),)
PKGS_FOUND
+=
bluray
endif
DEPS_bluray
=
libxml2
$(DEPS_libxml2)
BLURAY_VERSION
:=
0.2.1
BLURAY_URL
:=
http://ftp.videolan.org/pub/videolan/libbluray/
$(BLURAY_VERSION)
/libbluray-
$(BLURAY_VERSION)
.tar.bz2
...
...
@@ -22,6 +24,6 @@ bluray: libbluray-$(BLURAY_VERSION).tar.bz2 .sum-bluray
.bluray
:
bluray
cd
$<
&&
./bootstrap
cd
$<
&&
$(HOSTVARS)
./configure
--disable-examples
--disable-debug
--
dis
able-libxml2
$(HOSTCONF)
cd
$<
&&
$(HOSTVARS)
./configure
--disable-examples
--disable-debug
--
en
able-libxml2
$(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