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
677247dc
Commit
677247dc
authored
Oct 10, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: fix portaudio build for win64
patch sent upstream
parent
c4fc3095
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/portaudio-static.patch
extras/contrib/src/Patches/portaudio-static.patch
+11
-0
extras/package/win32/configure-mingw64.sh
extras/package/win32/configure-mingw64.sh
+1
-1
No files found.
extras/contrib/src/Makefile
View file @
677247dc
...
...
@@ -1642,6 +1642,7 @@ ifneq ($(HOST),$(BUILD))
(
patch
-p0
< Patches/portaudio-cross.patch
;
cd
$@
;
autoconf
)
endif
ifdef
HAVE_WIN64
patch
-p0
< Patches/portaudio-static.patch
(
cd
$@
;
autoreconf
-if
)
endif
...
...
extras/contrib/src/Patches/portaudio-static.patch
0 → 100644
View file @
677247dc
--- portaudio/configure.in.orig 2010-10-10 14:02:33.000000000 +0200
+++ portaudio/configure.in 2010-10-10 14:03:04.000000000 +0200
@@ -348,6 +348,8 @@
esac
CFLAGS="$CFLAGS $THREAD_CFLAGS"
+test "$enable_shared" != "yes" && SHARED_FLAGS=""
+
if test "$enable_cxx" = "yes"; then
AC_CONFIG_SUBDIRS([bindings/cpp])
ENABLE_CXX_TRUE=""
extras/package/win32/configure-mingw64.sh
View file @
677247dc
...
...
@@ -18,5 +18,5 @@ CC=amd64-mingw32msvc-gcc CXX=amd64-mingw32msvc-g++ \
CONFIGURE
=
"
${
root
}
configure"
\
CONFIGOPTS
=
"--host=amd64-mingw32msvc --build=i386-linux
--enable-dirac --enable-mkv --enable-taglib --enable-debug --enable-projectm
--disable-
portaudio --disable-
qt4 --disable-skins2 --disable-activex --disable-mozilla"
\
--disable-qt4 --disable-skins2 --disable-activex --disable-mozilla"
\
sh
${
root
}
extras/package/win32/configure-common.sh
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