Commit b9660e2a authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

fix fate failures for 10bit H264 on some systems

This is possibly a temporary solution
parent 59eb12fa
This diff is collapsed.
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
# undef rnd_avg_pixel4 # undef rnd_avg_pixel4
# undef AV_RN2P # undef AV_RN2P
# undef AV_RN4P # undef AV_RN4P
# undef AV_RN4PA
# undef AV_WN2P # undef AV_WN2P
# undef AV_WN4P # undef AV_WN4P
# undef AV_WN4PA # undef AV_WN4PA
...@@ -46,6 +47,7 @@ CLIP_PIXEL(10) ...@@ -46,6 +47,7 @@ CLIP_PIXEL(10)
# define rnd_avg_pixel4 rnd_avg64 # define rnd_avg_pixel4 rnd_avg64
# define AV_RN2P AV_RN32 # define AV_RN2P AV_RN32
# define AV_RN4P AV_RN64 # define AV_RN4P AV_RN64
# define AV_RN4PA AV_RN64A
# define AV_WN2P AV_WN32 # define AV_WN2P AV_WN32
# define AV_WN4P AV_WN64 # define AV_WN4P AV_WN64
# define AV_WN4PA AV_WN64A # define AV_WN4PA AV_WN64A
...@@ -61,6 +63,7 @@ CLIP_PIXEL(10) ...@@ -61,6 +63,7 @@ CLIP_PIXEL(10)
# define rnd_avg_pixel4 rnd_avg32 # define rnd_avg_pixel4 rnd_avg32
# define AV_RN2P AV_RN16 # define AV_RN2P AV_RN16
# define AV_RN4P AV_RN32 # define AV_RN4P AV_RN32
# define AV_RN4PA AV_RN32A
# define AV_WN2P AV_WN16 # define AV_WN2P AV_WN16
# define AV_WN4P AV_WN32 # define AV_WN4P AV_WN32
# define AV_WN4PA AV_WN32A # define AV_WN4PA AV_WN32A
......
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