Commit 3b196bb7 authored by Michael Niedermayer's avatar Michael Niedermayer

libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 915ec91e
......@@ -56,6 +56,8 @@ DECLARE_WEIGHT(mmx2)
DECLARE_WEIGHT(sse2)
DECLARE_WEIGHT(ssse3)
#if HAVE_YASM
/** @{ */
/**
* Define one qpel function.
......@@ -182,6 +184,8 @@ QPEL_FUNCS_SET (OP, 3, 1, OPT) \
QPEL_FUNCS_SET (OP, 3, 2, OPT)
/** @} */
#endif //HAVE_YASM
void ff_rv40dsp_init_x86(RV34DSPContext *c, DSPContext *dsp)
{
#if HAVE_YASM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment