Commit eab2509f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/x86/h264_qpel_10bit: locally define pb_0

somehow old llvm-gcc manages to ignore the alignment from ff_pb_0 causing a crash on freebsd
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 47048aa3
......@@ -28,7 +28,7 @@ SECTION_RODATA 32
cextern pw_16
cextern pw_1
cextern pb_0
pb_0: times 32 db 0 ; we do not use cextern here as old llvm-gcc fails to align it correctly
pw_pixel_max: times 8 dw ((1 << 10)-1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment