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
10509e22
Commit
10509e22
authored
Nov 02, 2005
by
Christophe Mutricy
Browse files
Contrib: Add Portaudio ( closes #419)
parent
7e39490e
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Makefile
View file @
10509e22
...
...
@@ -141,7 +141,7 @@ else
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss
\
.live .goom2k4 .caca .mod .x264 .xml .twolame
\
.png .gpg-error .gcrypt .gnutls .libmpcdec
\
.png .gpg-error .gcrypt .gnutls .libmpcdec
.portaudio
\
.gnutls .dvdread .dvdnav .dvbpsi .wxwidgets .dirac
\
.dx_headers .dshow_headers .aclocal .gecko-win32
# .SDL_image .daap .cddb .cdio .vcdimager .dts
...
...
@@ -1249,6 +1249,26 @@ CLEAN_PKG += zlib
DISTCLEAN_PKG
+=
zlib-
$(ZLIB_VERSION)
.tar.gz
# ***************************************************************************
# PortAudio
# ***************************************************************************
pa_snapshot_v$(PORTAUDIO_VERSION).tar.gz
:
$(WGET)
$(PORTAUDIO_URL)
portaudio
:
pa_snapshot_v$(PORTAUDIO_VERSION).tar.gz
$(EXTRACT_GZ)
.portaudio
:
portaudio
(
cd
$<
;
./configure
$(HOSTCONF)
--prefix
=
$(PREFIX)
&&
make
&&
make
install
)
$(INSTALL_NAME)
touch
$@
CLEAN_FILE
+=
.portaudio
CLEAN_PKG
+=
portaudio
DISTCLEAN_PKG
+=
pa_snapshot_v
$(PORTAUDIO__VERSION)
.tar.gz
# ***************************************************************************
# xml
...
...
extras/contrib/src/packages.mak
View file @
10509e22
...
...
@@ -156,3 +156,5 @@ DIRAC_VERSION=0.5.3
DIRAC_URL
=
$(SF)
/dirac/dirac-
$(DIRAC_VERSION)
.tar.gz
DX_HEADERS_URL
=
$(VIDEOLAN)
/testing/contrib/win32-dx7headers.tgz
DSHOW_HEADERS_URL
=
$(VIDEOLAN)
/contrib/dshow-headers.tgz
PORTAUDIO_VERSION
=
18
PORTAUDIO_URL
=
http://www.portaudio.com/archives/pa_snapshot_v
$(PORTAUDIO_VERSION)
.tar.gz
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