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
b65c584a
Commit
b65c584a
authored
Aug 08, 2011
by
Rémi Denis-Courmont
Committed by
Rémi Denis-Courmont
Aug 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: force PIC for CMake stuff
parent
17b1d24d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
contrib/src/gme/rules.mak
contrib/src/gme/rules.mak
+1
-1
contrib/src/mpcdec/rules.mak
contrib/src/mpcdec/rules.mak
+1
-1
contrib/src/taglib/rules.mak
contrib/src/taglib/rules.mak
+1
-1
No files found.
contrib/src/gme/rules.mak
View file @
b65c584a
...
...
@@ -16,6 +16,6 @@ game-music-emu: game-music-emu-$(GME_VERSION).tar.bz2 .sum-gme
$(MOVE)
.gme
:
game-music-emu toolchain.cmake
cd
$<
&&
$(CMAKE)
.
cd
$<
&&
$(
HOSTVARS_PIC)
$(
CMAKE)
.
cd
$<
&&
$(MAKE)
install
touch
$@
contrib/src/mpcdec/rules.mak
View file @
b65c584a
...
...
@@ -39,7 +39,7 @@ endif
touch
$@
.mpcdec
:
musepack toolchain.cmake
cd
$<
&&
$(CMAKE)
-DSHARED
=
OFF .
cd
$<
&&
$(
HOSTVARS_PIC)
$(
CMAKE)
-DSHARED
=
OFF .
cd
$<
&&
$(MAKE)
install
mkdir
-p
--
"
$(PREFIX)
/lib"
cd
$<
&&
cp
libmpcdec/libmpcdec_static.a
"
$(PREFIX)
/lib/libmpcdec.a"
...
...
contrib/src/taglib/rules.mak
View file @
b65c584a
...
...
@@ -20,7 +20,7 @@ endif
$(MOVE)
.taglib
:
taglib toolchain.cmake
cd
$<
&&
$(HOSTVARS)
$(CMAKE)
\
cd
$<
&&
$(HOSTVARS
_PIC
)
$(CMAKE)
\
-DENABLE_STATIC
:BOOL
=
ON
\
-DWITH_ASF
:BOOL
=
ON
\
-DWITH_MP4
:BOOL
=
ON .
...
...
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