Skip to content
Snippets Groups Projects
Commit ec0e9477 authored by Adrien Béraud's avatar Adrien Béraud Committed by Sébastien Blin
Browse files

webrtc-audio-processing: allow using system version

Change-Id: Ie12b5962f37f4e35aa3d2f71031bce605b24551a
parent 55d12184
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@ WEBRTCAP_URL := https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processin
ifndef HAVE_DARWIN_OS
PKGS += webrtc-audio-processing
endif
ifeq ($(call need_pkg,"webrtc-audio-processing >= 0.3"),)
PKGS_FOUND += webrtc-audio-processing
endif
$(TARBALLS)/webrtc-audio-processing-$(WEBRTCAP_VER).tar.gz:
$(call download,$(WEBRTCAP_URL))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment