Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
fb4e983e
Commit
fb4e983e
authored
Sep 08, 2012
by
Hendrik Leppkes
Committed by
Martin Storsjö
Sep 08, 2012
Browse files
x86: mlpdsp: mlp_filter_channel_x86 requires inline asm
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
7b699d81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libavcodec/x86/mlpdsp.c
libavcodec/x86/mlpdsp.c
+3
-3
No files found.
libavcodec/x86/mlpdsp.c
View file @
fb4e983e
...
...
@@ -24,7 +24,7 @@
#include "libavcodec/dsputil.h"
#include "libavcodec/mlp.h"
#if HAVE_7REGS
#if HAVE_7REGS
&& HAVE_INLINE_ASM
extern
char
ff_mlp_firorder_8
;
extern
char
ff_mlp_firorder_7
;
...
...
@@ -172,11 +172,11 @@ static void mlp_filter_channel_x86(int32_t *state, const int32_t *coeff,
);
}
#endif
/* HAVE_7REGS */
#endif
/* HAVE_7REGS
&& HAVE_INLINE_ASM
*/
void
ff_mlp_init_x86
(
DSPContext
*
c
,
AVCodecContext
*
avctx
)
{
#if HAVE_7REGS
#if HAVE_7REGS
&& HAVE_INLINE_ASM
c
->
mlp_filter_channel
=
mlp_filter_channel_x86
;
#endif
}
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