mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-05 06:13:43 +00:00
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: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
47048aa30b
commit
eab2509f8c
@ -28,7 +28,7 @@ SECTION_RODATA 32
|
|||||||
|
|
||||||
cextern pw_16
|
cextern pw_16
|
||||||
cextern pw_1
|
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)
|
pw_pixel_max: times 8 dw ((1 << 10)-1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user