[vlc-commits] contrib: vorbis: use HAVE_CLANG

Konstantin Pavlov git at videolan.org
Wed May 22 12:25:38 CEST 2019


vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Mon May 20 22:44:34 2019 +0300| [43c4cffeb3cdb6043c9bedcafe2971df750a6f85] | committer: Konstantin Pavlov

contrib: vorbis: use HAVE_CLANG

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

 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