[FFmpeg-cvslog] h264dsp_mmx: place bracket outside #if/#endif block.
Ronald S. Bultje
git at videolan.org
Wed May 11 06:06:42 CEST 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Tue May 10 08:39:38 2011 -0400| [86b29553f86471719adfb4ba86eec0a82f1eb347] | committer: Ronald S. Bultje
h264dsp_mmx: place bracket outside #if/#endif block.
Should fix compile on systems missing yasm/nasm.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86b29553f86471719adfb4ba86eec0a82f1eb347
---
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 b4936a6..3a783a3 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