Browse Source

contrib: vorbis: use HAVE_CLANG

(cherry picked from commit af5ddf9b03)
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
pull/135/head
Konstantin Pavlov 7 years ago
committed by Steve Lhomme
parent
commit
ced087acb1
  1. 2
      contrib/src/vorbis/rules.mak

2
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)

Loading…
Cancel
Save