]> git.sesse.net Git - vlc/commitdiff
contrib: portaudio: enable only on win32
authorRafaël Carré <funman@videolan.org>
Mon, 7 Nov 2011 14:20:58 +0000 (09:20 -0500)
committerRafaël Carré <funman@videolan.org>
Mon, 7 Nov 2011 14:20:58 +0000 (09:20 -0500)
contrib/src/portaudio/rules.mak

index d099291129d3879e52b9d53bd3b0bceb24d3e13b..c5750c89a0195e53de6ee80182280a6792bf684c 100644 (file)
@@ -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