Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
e6e4132c
Commit
e6e4132c
authored
Mar 26, 2012
by
Felix Paul Kühne
Browse files
configure.ac: disable ATTRIBUTE_PACKED for iOS on ARM
The SDK pretends to support it, but actually it doesn't
parent
ab6a11a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e6e4132c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment