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
3b196bb7
Commit
3b196bb7
authored
Jun 10, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
915ec91e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
rv40dsp_init.c
libavcodec/x86/rv40dsp_init.c
+4
-0
No files found.
libavcodec/x86/rv40dsp_init.c
View file @
3b196bb7
...
@@ -56,6 +56,8 @@ DECLARE_WEIGHT(mmx2)
...
@@ -56,6 +56,8 @@ DECLARE_WEIGHT(mmx2)
DECLARE_WEIGHT
(
sse2
)
DECLARE_WEIGHT
(
sse2
)
DECLARE_WEIGHT
(
ssse3
)
DECLARE_WEIGHT
(
ssse3
)
#if HAVE_YASM
/** @{ */
/** @{ */
/**
/**
* Define one qpel function.
* Define one qpel function.
...
@@ -182,6 +184,8 @@ QPEL_FUNCS_SET (OP, 3, 1, OPT) \
...
@@ -182,6 +184,8 @@ QPEL_FUNCS_SET (OP, 3, 1, OPT) \
QPEL_FUNCS_SET (OP, 3, 2, OPT)
QPEL_FUNCS_SET (OP, 3, 2, OPT)
/** @} */
/** @} */
#endif //HAVE_YASM
void
ff_rv40dsp_init_x86
(
RV34DSPContext
*
c
,
DSPContext
*
dsp
)
void
ff_rv40dsp_init_x86
(
RV34DSPContext
*
c
,
DSPContext
*
dsp
)
{
{
#if HAVE_YASM
#if 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