vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Oct 17 
17:54:10 2012 +0200| [4dd980cb5688afb95a6fd7a55694709adcdb2ea4] | committer: 
Felix Paul Kühne

contrib/postproc: fixed compilation for the iOS simulator

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

 contrib/src/postproc/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index b4d1337..da28986 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -40,8 +40,8 @@ ifdef HAVE_DARWIN_OS
 POSTPROCCONF += --arch=$(ARCH) --target-os=darwin
 endif
 ifdef HAVE_IOS
-POSTPROCCONF += --as="$(AS)"
 ifeq ($(ARCH),arm)
+POSTPROCCONF += --as="$(AS)"
 POSTPROCCONF += --cpu=cortex-a8
 endif
 endif

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to