vlc | branch: master | Rafaël Carré <[email protected]> | Mon Nov 7 09:20:58 2011 -0500| [af882308eefd7754e2e23cb6b396eb75efefdbec] | committer: Rafaël Carré
contrib: portaudio: enable only on win32 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af882308eefd7754e2e23cb6b396eb75efefdbec --- contrib/src/portaudio/rules.mak | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/contrib/src/portaudio/rules.mak b/contrib/src/portaudio/rules.mak index d099291..c5750c8 100644 --- a/contrib/src/portaudio/rules.mak +++ b/contrib/src/portaudio/rules.mak @@ -3,7 +3,9 @@ PORTAUDIO_VERSION := 19_20110326 PORTAUDIO_URL := http://www.portaudio.com/archives/pa_stable_v$(PORTAUDIO_VERSION).tgz +ifdef HAVE_WIN32 PKGS += portaudio +endif ifeq ($(call need_pkg,"portaudio"),) PKGS_FOUND += portaudio _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
