vlc/vlc-3.0 | branch: master | Konstantin Pavlov <[email protected]> | Mon 
May 20 22:44:34 2019 +0300| [ced087acb1c7b213fe8db25f2bead28b6707e738] | 
committer: Steve Lhomme

contrib: vorbis: use HAVE_CLANG

(cherry picked from commit af5ddf9b03bb4583d5a5fe202663a164a04bdea0)
Signed-off-by: Steve Lhomme <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ced087acb1c7b213fe8db25f2bead28b6707e738
---

 contrib/src/vorbis/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/vorbis/rules.mak b/contrib/src/vorbis/rules.mak
index 18aa3cbae5..82bf13a8bc 100644
--- a/contrib/src/vorbis/rules.mak
+++ b/contrib/src/vorbis/rules.mak
@@ -24,7 +24,7 @@ $(TARBALLS)/libvorbis-$(VORBIS_VERSION).tar.xz:
 
 libvorbis: libvorbis-$(VORBIS_VERSION).tar.xz .sum-vorbis
        $(UNPACK)
-ifneq (,$(filter %clang,$(CC)))
+ifdef HAVE_CLANG
        $(APPLY) $(SRC)/vorbis/clang.patch
 endif
        $(UPDATE_AUTOCONFIG)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to