Commit ad73dce3 authored by Rafaël Carré's avatar Rafaël Carré

contrib: fix flac conf on OSX

parent 890da734
...@@ -31,7 +31,7 @@ FLACCONF := $(HOSTCONF) \ ...@@ -31,7 +31,7 @@ FLACCONF := $(HOSTCONF) \
# TODO? --enable-sse # TODO? --enable-sse
ifdef HAVE_MACOSX ifdef HAVE_MACOSX
ifneq ($(findstring $(ARCH),i386 x86_64),) ifneq ($(findstring $(ARCH),i386 x86_64),)
FLAC_DISABLE_FLAGS += --disable-asm-optimizations FLACCONF += --disable-asm-optimizations
endif endif
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment