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
9929e5b1
Commit
9929e5b1
authored
Dec 31, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: added another hack to crosscompile this broken library
parent
b5ff3080
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
extras/contrib/bootstrap
extras/contrib/bootstrap
+1
-0
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+4
-1
No files found.
extras/contrib/bootstrap
View file @
9929e5b1
...
...
@@ -402,6 +402,7 @@ add_makefile_cfg "EXTRA_PATH = ${EXTRA_PATH}"
#CMAKE
if
test
"
$TARGET
"
!=
"
$BUILD
"
;
then
toolchain_cmake
=
"
${
BUILDDIR
}
/toolchain.cmake"
rm
-f
${
BUILDDIR
}
/toolchain.cmake
if
test
${
DISTRO
}
=
"win32"
;
then
echo
"SET(CMAKE_SYSTEM_NAME Windows)"
>>
"
${
toolchain_cmake
}
"
fi
...
...
extras/contrib/src/contrib-src.mak
View file @
9929e5b1
...
...
@@ -2060,7 +2060,10 @@ DISTCLEAN_PKG += SDL_image-$(SDL_IMAGE_VERSION).tar.gz
mpcdec
:
$(SVN)
co
$(MUSE_SVN)
-r
468 mpcdec
cd
$@
;
patch
-p0
< ../Patches/libmpc-simple.patch
(
cd
$@
;
patch
-p0
< ../Patches/libmpc-simple.patch
)
ifdef
HAVE_MACOSX
(
cd
$@
;
sed
-e
's%-O3 -Wall%-O3 -Wall
$(CFLAGS)
%'
-i
.orig CMakeLists.txt
)
endif
.mpcdec
:
mpcdec
(
cd
$<
;
cmake
.
-DCMAKE_TOOLCHAIN_FILE
=
../../toolchain.cmake
-DCMAKE_INSTALL_PREFIX
=
$(PREFIX)
&&
make
install
)
...
...
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