Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
10509e22
Commit
10509e22
authored
Nov 02, 2005
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: Add Portaudio ( closes #419)
parent
7e39490e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletion
+23
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+21
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-0
No files found.
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