libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-06-10 03:26:24 +02:00
parent 915ec91e6b
commit 3b196bb737
1 changed files with 4 additions and 0 deletions

View File

@ -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) \
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