Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
d914ea6f
Commit
d914ea6f
authored
Sep 05, 2012
by
Hendrik Leppkes
Committed by
Diego Biurrun
Sep 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: vp56: cmov version of vp56_rac_get_prob requires inline asm
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
42e63ec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp56_arith.h
libavcodec/x86/vp56_arith.h
+1
-1
No files found.
libavcodec/x86/vp56_arith.h
View file @
d914ea6f
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#ifndef AVCODEC_X86_VP56_ARITH_H
#ifndef AVCODEC_X86_VP56_ARITH_H
#define AVCODEC_X86_VP56_ARITH_H
#define AVCODEC_X86_VP56_ARITH_H
#if HAVE_FAST_CMOV
#if HAVE_
INLINE_ASM && HAVE_
FAST_CMOV
#define vp56_rac_get_prob vp56_rac_get_prob
#define vp56_rac_get_prob vp56_rac_get_prob
static
av_always_inline
int
vp56_rac_get_prob
(
VP56RangeCoder
*
c
,
uint8_t
prob
)
static
av_always_inline
int
vp56_rac_get_prob
(
VP56RangeCoder
*
c
,
uint8_t
prob
)
{
{
...
...
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