Module: libav Branch: master Commit: b0b133b8c02984ba0a50448f632a5dd8a50c9045
Author: Dave Yeo <[email protected]> Committer: Luca Barbato <[email protected]> Date: Wed Dec 9 07:53:51 2015 -0800 hevcdsp: use a macro for .rodata section fixes assembling on OS/2 Signed-off-by: Dave Yeo <[email protected]> Signed-off-by: Luca Barbato <[email protected]> --- libavcodec/x86/hevc_mc.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/x86/hevc_mc.asm b/libavcodec/x86/hevc_mc.asm index 0bb0e17..8444c41 100644 --- a/libavcodec/x86/hevc_mc.asm +++ b/libavcodec/x86/hevc_mc.asm @@ -21,7 +21,7 @@ %include "libavutil/x86/x86util.asm" -SECTION .rodata +SECTION_RODATA pw_1023: times 8 dw 1023 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
