Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f333d57a
Commit
f333d57a
authored
Dec 18, 2007
by
Jean-Baptiste Kempf
Browse files
Contribs: build portaudio on Windows. Close #419
parent
78460fd6
Changes
2
Show whitespace changes
Inline
Side-by-side
extras/contrib/src/Distributions/win32.mak
View file @
f333d57a
...
...
@@ -6,6 +6,6 @@ all: .iconv .intl .freetype .fribidi .zlib \
.png .gpg-error .gcrypt .gnutls .mpcdec
\
.dvdnav .dvbpsi .wxwidgets .qt4 .dirac .SDL_image
\
.dx_headers .dshow_headers .gecko-win32 .unicows .dca
\
.lua .tag .fontconfig
\
.lua .tag .fontconfig
.portaudio
\
.aclocal
# .daap .cddb .cdio .vcdimager
.portaudio
# .daap .cddb .cdio .vcdimager
extras/contrib/src/Patches/portaudio-cross.patch
View file @
f333d57a
--- portaudio/configure.in 2005-12-01 15:07:26.000000000 +0000
+++ portaudio-new/configure.in 2005-12-09 18:48:43.000000000 +0000
@@ -75,9 +75,10 @@
diff -ruN portaudio/Makefile.in portaudio.n/Makefile.in
--- portaudio/Makefile.in 2007-10-24 17:29:04.000000000 +0200
+++ portaudio.n/Makefile.in 2007-12-18 05:43:27.000000000 +0100
@@ -120,7 +120,7 @@
SUBDIRS =
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
-all: lib/$(PALIB) all-recursive tests
+all: lib/$(PALIB) all-recursive
tests: bin-stamp $(TESTS)
diff -ruN portaudio/configure.in portaudio.n/configure.in
--- portaudio/configure.in 2007-11-13 22:22:56.000000000 +0100
+++ portaudio.n/configure.in 2007-12-18 05:43:14.000000000 +0100
@@ -95,9 +95,10 @@
dnl sizeof checks: we will need a 16-bit and a 32-bit type
...
...
@@ -12,5 +25,5 @@
+dnl AC_CHECK_SIZEOF(int)
+dnl AC_CHECK_SIZEOF(long)
dnl extra variables
AC_
SUBST(OTHER_OBJS
)
save_LIBS="${LIBS}"
AC_
CHECK_LIB(rt, clock_gettime, [rt_libs=" -lrt"]
)
Write
Preview
Supports
Markdown
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