projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecc2973
)
h264dsp_mmx: place bracket outside #if/#endif block.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Tue, 10 May 2011 12:39:38 +0000
(08:39 -0400)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Tue, 10 May 2011 12:39:38 +0000
(08:39 -0400)
Should fix compile on systems missing yasm/nasm.
libavcodec/x86/h264dsp_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/x86/h264dsp_mmx.c
b/libavcodec/x86/h264dsp_mmx.c
index
b4936a6
..
3a783a3
100644
(file)
--- 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
+ }
}