Hi, On Thu, Feb 5, 2015 at 2:20 PM, Christophe Gisquet < christophe.gisq...@gmail.com> wrote:
> diff --git a/libavcodec/x86/vp9intrapred.asm > b/libavcodec/x86/vp9intrapred.asm > index 169676f..08b3ae8 100644 > --- a/libavcodec/x86/vp9intrapred.asm > +++ b/libavcodec/x86/vp9intrapred.asm > @@ -64,8 +64,7 @@ pb_6xm1_BDF_0to6: times 6 db -1 > db 11, 13, 15, 0, 1, 2, 3, 4, 5, 6 > pb_02468ACE_13579BDF: db 0, 2, 4, 6, 8, 10, 12, 14, 1, 3, 5, 7, 9, 11, > 13, 15 > > -pb_2: times 32 db 2 > -pb_15: times 16 db 15 > +cextern pb_15 > pb_15x0_1xm1: times 15 db 0 > db -1 > pb_0to2_5x3: db 0, 1, 2 > @@ -76,6 +75,7 @@ pb_6x0_2xm1: times 6 db 0 > times 2 db -1 > > cextern pb_1 > +cextern pb_2 > cextern pb_3 > cextern pw_2 > cextern pw_4 Odd location for the cextern pb_15? Otherwise OK. Ronald _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel