[vlc-commits] contrib: vorbis: use HAVE_CLANG
Konstantin Pavlov
git at videolan.org
Wed May 22 13:27:53 CEST 2019
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Mon May 20 22:44:34 2019 +0300| [af5ddf9b03bb4583d5a5fe202663a164a04bdea0] | committer: Konstantin Pavlov
contrib: vorbis: use HAVE_CLANG
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=af5ddf9b03bb4583d5a5fe202663a164a04bdea0
---
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)
More information about the vlc-commits
mailing list