[FFmpeg-cvslog] libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM

Michael Niedermayer git at videolan.org
Sun Jun 10 03:33:51 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jun 10 03:26:24 2012 +0200| [3b196bb73708e944a5d129e3f38f906522c1adeb] | committer: Michael Niedermayer

libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b196bb73708e944a5d129e3f38f906522c1adeb
---

 libavcodec/x86/rv40dsp_init.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libavcodec/x86/rv40dsp_init.c b/libavcodec/x86/rv40dsp_init.c
index cc1ea45..7186492 100644
--- a/libavcodec/x86/rv40dsp_init.c
+++ b/libavcodec/x86/rv40dsp_init.c
@@ -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



More information about the ffmpeg-cvslog mailing list