Commit b78ee38b authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: remove memalign hack on Darwin

parent 46d37493
...@@ -80,9 +80,6 @@ endif ...@@ -80,9 +80,6 @@ endif
# Darwin # Darwin
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
FFMPEGCONF += --arch=$(ARCH) --target-os=darwin FFMPEGCONF += --arch=$(ARCH) --target-os=darwin
ifneq ($(findstring $(ARCH),i386 x86_64),)
FFMPEGCONF += --enable-memalign-hack
endif
ifeq ($(ARCH),x86_64) ifeq ($(ARCH),x86_64)
FFMPEGCONF += --cpu=core2 FFMPEGCONF += --cpu=core2
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