mirror of
https://github.com/videolan/vlc.git
synced 2025-01-22 15:47:59 +08:00
contribs: remove memalign hack on Darwin
This commit is contained in:
parent
46d374939d
commit
b78ee38b0b
@ -80,9 +80,6 @@ endif
|
||||
# Darwin
|
||||
ifdef HAVE_DARWIN_OS
|
||||
FFMPEGCONF += --arch=$(ARCH) --target-os=darwin
|
||||
ifneq ($(findstring $(ARCH),i386 x86_64),)
|
||||
FFMPEGCONF += --enable-memalign-hack
|
||||
endif
|
||||
ifeq ($(ARCH),x86_64)
|
||||
FFMPEGCONF += --cpu=core2
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user