Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Linshizhi
ffmpeg.wasm-core
Commits
6044f161
Commit
6044f161
authored
Jan 12, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "swscale: disable ARM code until its build failure with clang/iphone is fixed"
This reverts commit
c8c7736c
.
parent
842b8f4b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile
libswscale/arm/Makefile
+3
-3
swscale_unscaled.c
libswscale/swscale_unscaled.c
+2
-2
No files found.
libswscale/arm/Makefile
View file @
6044f161
#
OBJS += arm/swscale_unscaled.o
OBJS
+=
arm/swscale_unscaled.o
#
NEON-OBJS += arm/rgb2yuv_neon_32.o
#
NEON-OBJS += arm/rgb2yuv_neon_16.o
NEON-OBJS
+=
arm/rgb2yuv_neon_32.o
NEON-OBJS
+=
arm/rgb2yuv_neon_16.o
libswscale/swscale_unscaled.c
View file @
6044f161
...
...
@@ -1582,8 +1582,8 @@ void ff_get_unscaled_swscale(SwsContext *c)
ff_get_unscaled_swscale_bfin
(
c
);
if
(
ARCH_PPC
)
ff_get_unscaled_swscale_ppc
(
c
);
//
if (ARCH_ARM)
//
ff_get_unscaled_swscale_arm(c);
if
(
ARCH_ARM
)
ff_get_unscaled_swscale_arm
(
c
);
}
...
...
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