[vlc-commits] configure.ac: disable ATTRIBUTE_PACKED for iOS on ARM

Felix Paul Kühne git at videolan.org
Tue Mar 27 17:45:13 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Mar 26 13:59:18 2012 +0200| [e6e4132ccbb136a1c38b44e7346ca7b117d34d31] | committer: Felix Paul Kühne

configure.ac: disable ATTRIBUTE_PACKED for iOS on ARM

The SDK pretends to support it, but actually it doesn't

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

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index c2b9a22..91f2323 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,6 +145,7 @@ case "${host_os}" in
       arm*)
         ARCH_flag="-arch armv7"
         ac_cv_c_bigendian="no"
+        ac_cv_c_attribute_packed="no"
       ;;
     esac
 



More information about the vlc-commits mailing list