Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSoC2018
macOS
vlc
Commits
84fd16d6
Commit
84fd16d6
authored
Aug 09, 2013
by
Dominique Leuenberger
Committed by
Ilkka Ollakka
Aug 15, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fix powerpc detection
Signed-off-by:
Ilkka Ollakka
<
ileoo@videolan.org
>
parent
c6f70c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure.ac
View file @
84fd16d6
...
...
@@ -1374,7 +1374,7 @@ AM_CONDITIONAL(HAVE_NEON, [test "${ac_cv_arm_neon}" = "yes"])
AC_ARG_ENABLE(altivec,
[AS_HELP_STRING([--disable-altivec],
[disable AltiVec optimizations (default auto)])],, [
AS_CASE("${host_cpu}",
"powerpc*"
,
AS_CASE("${host_cpu}",
[powerpc*]
,
[enable_altivec=yes], [enable_altivec=no])
])
have_altivec="no"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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