Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Jean-Baptiste Kempf
vlc
Commits
af70e446
Commit
af70e446
authored
Apr 24, 2018
by
Sean McGovern
Committed by
Steve Lhomme
Apr 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib/{ebml, matroska}: ensure to build PIC libraries
Signed-off-by:
Steve Lhomme
<
robux4@ycbcr.xyz
>
parent
ef098d53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
contrib/src/ebml/rules.mak
contrib/src/ebml/rules.mak
+1
-1
contrib/src/matroska/rules.mak
contrib/src/matroska/rules.mak
+1
-1
No files found.
contrib/src/ebml/rules.mak
View file @
af70e446
...
...
@@ -25,6 +25,6 @@ EBML_EXTRA_FLAGS += CPPFLAGS=""
endif
.ebml
:
ebml toolchain.cmake
cd
$<
&&
$(HOSTVARS)
$(CMAKE)
-DBUILD_SHARED_LIBS
=
OFF
cd
$<
&&
$(HOSTVARS
_PIC
)
$(CMAKE)
-DBUILD_SHARED_LIBS
=
OFF
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/matroska/rules.mak
View file @
af70e446
...
...
@@ -24,6 +24,6 @@ libmatroska: libmatroska-$(MATROSKA_VERSION).tar.xz .sum-matroska
MATROSKA_EXTRA_FLAGS
=
CXXFLAGS
=
"
${CXXFLAGS}
-fvisibility=hidden"
.matroska
:
libmatroska toolchain.cmake
cd
$<
&&
$(HOSTVARS)
$(CMAKE)
-DBUILD_SHARED_LIBS
=
OFF
cd
$<
&&
$(HOSTVARS
_PIC
)
$(CMAKE)
-DBUILD_SHARED_LIBS
=
OFF
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