[FFmpeg-cvslog] Fix compilation with --disable-yasm.

Carl Eugen Hoyos git at videolan.org
Tue Apr 12 17:40:42 CEST 2011


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Apr 12 17:40:18 2011 +0200| [5c0068758fb8b282398e1d5ec601270b717764b5] | committer: Carl Eugen Hoyos

Fix compilation with --disable-yasm.

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

 libavcodec/x86/h264dsp_mmx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/h264dsp_mmx.c b/libavcodec/x86/h264dsp_mmx.c
index e1f5ef5..7657a85 100644
--- a/libavcodec/x86/h264dsp_mmx.c
+++ b/libavcodec/x86/h264dsp_mmx.c
@@ -379,6 +379,6 @@ void ff_h264dsp_init_x86(H264DSPContext *c, const int bit_depth)
             }
         }
     }
-    }
 #endif
+    }
 }



More information about the ffmpeg-cvslog mailing list