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
a647ae7f
Commit
a647ae7f
authored
Jun 29, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: disable libxml2 as needed
parent
e2d3685a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
contrib/src/libxml2/rules.mak
contrib/src/libxml2/rules.mak
+7
-1
No files found.
contrib/src/libxml2/rules.mak
View file @
a647ae7f
...
...
@@ -3,7 +3,7 @@
LIBXML2_VERSION
:=
2.7.8
LIBXML2_URL
:=
http://xmlsoft.org/sources/libxml2-
$(LIBXML2_VERSION)
.tar.gz
PKGS
+=
libxml2
NEED_XML2
:=
$(
call
need_pkg,
"libxml-2.0"
)
$(TARBALLS)/libxml2-$(LIBXML2_VERSION).tar.gz
:
$(
call
download,
$(LIBXML2_URL)
)
...
...
@@ -17,9 +17,15 @@ libxml2: libxml2-$(LIBXML2_VERSION).tar.gz .sum-libxml2
mv
$@
-
$(LIBXML2_VERSION)
$@
touch
$@
ifeq
($(NEED_XML2),)
.libxml2
:
else
PKGS
+=
libxml2
.libxml2
:
libxml2
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
CFLAGS
=
"-DLIBXML_STATIC"
$(XMLCONF)
ifndef
HAVE_MACOSX
cd
$<
&&
$(MAKE)
install
endif
endif
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