[vlc-commits] contrib: remove PPC support for OS X

Felix Paul Kühne git at videolan.org
Sun Aug 19 12:55:20 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 17 14:42:47 2012 +0200| [27fd9820c212dbd0487b50fd20022942e158c921] | committer: Felix Paul Kühne

contrib: remove PPC support for OS X

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

 contrib/src/main.mak |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 328af3f..1c9abb5 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -118,14 +118,9 @@ ifeq ($(ARCH),x86_64)
 EXTRA_CFLAGS += -m64
 EXTRA_LDFLAGS += -m64
 else
-ifeq ($(ARCH), ppc)
-EXTRA_CFLAGS += -arch ppc
-EXTRA_LDFLAGS += -arch ppc
-else
 EXTRA_CFLAGS += -m32
 EXTRA_LDFLAGS += -m32
 endif
-endif
 
 XCODE_FLAGS = -sdk macosx$(OSX_VERSION)
 ifeq ($(shell xcodebuild -version 2>/dev/null | tee /dev/null|head -1|cut -d\  -f2|cut -d. -f1),3)



More information about the vlc-commits mailing list