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
f023003c
Commit
f023003c
authored
Jan 10, 2013
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation with --disable-everything.
parent
6471f63d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dsputil_mmx.c
libavcodec/x86/dsputil_mmx.c
+3
-1
No files found.
libavcodec/x86/dsputil_mmx.c
View file @
f023003c
...
@@ -1785,6 +1785,7 @@ static av_always_inline void gmc(uint8_t *dst, uint8_t *src,
...
@@ -1785,6 +1785,7 @@ static av_always_inline void gmc(uint8_t *dst, uint8_t *src,
}
}
}
}
#if CONFIG_VIDEODSP
#if HAVE_YASM
#if HAVE_YASM
#if ARCH_X86_32
#if ARCH_X86_32
static
void
gmc_mmx
(
uint8_t
*
dst
,
uint8_t
*
src
,
static
void
gmc_mmx
(
uint8_t
*
dst
,
uint8_t
*
src
,
...
@@ -1814,6 +1815,7 @@ static void gmc_mmx(uint8_t *dst, uint8_t *src,
...
@@ -1814,6 +1815,7 @@ static void gmc_mmx(uint8_t *dst, uint8_t *src,
width
,
height
,
&
ff_emulated_edge_mc_8
);
width
,
height
,
&
ff_emulated_edge_mc_8
);
}
}
#endif
#endif
#endif
#endif
/* HAVE_INLINE_ASM */
#endif
/* HAVE_INLINE_ASM */
...
@@ -2518,7 +2520,7 @@ static void dsputil_init_sse(DSPContext *c, AVCodecContext *avctx, int mm_flags)
...
@@ -2518,7 +2520,7 @@ static void dsputil_init_sse(DSPContext *c, AVCodecContext *avctx, int mm_flags)
c
->
scalarproduct_float
=
ff_scalarproduct_float_sse
;
c
->
scalarproduct_float
=
ff_scalarproduct_float_sse
;
c
->
butterflies_float_interleave
=
ff_butterflies_float_interleave_sse
;
c
->
butterflies_float_interleave
=
ff_butterflies_float_interleave_sse
;
#if HAVE_INLINE_ASM
#if HAVE_INLINE_ASM
&& CONFIG_VIDEODSP
c
->
gmc
=
gmc_sse
;
c
->
gmc
=
gmc_sse
;
#endif
#endif
#endif
/* HAVE_YASM */
#endif
/* HAVE_YASM */
...
...
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