[vlc-commits] contribs: remove memalign hack on Darwin

Felix Paul Kühne git at videolan.org
Mon Jul 8 14:40:58 CEST 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul  7 12:18:36 2013 +0300| [dc25a9e82fca6f4401b2bc4cbc76c68de527720d] | committer: Jean-Baptiste Kempf

contribs: remove memalign hack on Darwin

(cherry picked from commit b78ee38b0b770721cd87ce551cbb3003bf6ab3f0)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/src/ffmpeg/rules.mak |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index e0d3de6..31ef69a 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -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



More information about the vlc-commits mailing list