Failed to build on Ubuntu 18.04

Issue #424 new
Nanang arsyad alfatich created an issue

I tried to build the latest commit (https://bitbucket.org/multicoreware/x265/commits/d5f8df326dd7e63beeb4776f7f7035d4d2362ee5)

But I got the error message attached bellow. Where did I do wrong? thank you

(ffmpeg p32024:c20084) naafx8@nsquare:~/sandbox/ffmpeg-localized/x265/build/linux
$ cmake -G 'Unix Makefiles' ../../source
-- cmake version 3.10.2
CMake Deprecation Warning at CMakeLists.txt:10 (cmake_policy):
  The OLD behavior for policy CMP0025 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detected x86_64 target processor
-- Found NUMA: /usr
-- Looking for numa_node_of_cpu
-- Looking for numa_node_of_cpu - found
-- libnuma found, building with support for NUMA nodes
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW
-- Performing Test CC_HAS_NO_STRICT_OVERFLOW - Success
-- Performing Test CC_HAS_NO_NARROWING
-- Performing Test CC_HAS_NO_NARROWING - Success
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS
-- Performing Test CC_HAS_NO_ARRAY_BOUNDS - Success
-- Performing Test CC_HAS_FAST_MATH
-- Performing Test CC_HAS_FAST_MATH - Success
-- Performing Test CC_HAS_STACK_REALIGN
-- Performing Test CC_HAS_STACK_REALIGN - Success
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG
-- Performing Test CC_HAS_FNO_EXCEPTIONS_FLAG - Success
-- Found nasm: /home/naafx8/runtime/ffmpeg/bin/nasm (found version "2.15")
-- Found Nasm 2.15 to build assembly primitives
-- hg found at /usr/bin/hg
-- x265 version 2.8+45-d5f8df326dd7
-- The ASM_NASM compiler identification is NASM
-- Found assembler: /home/naafx8/runtime/ffmpeg/bin/nasm
-- Looking for strtok_r
-- Looking for strtok_r - found
-- Looking for include file getopt.h
-- Looking for include file getopt.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/naafx8/sandbox/ffmpeg-localized/x265/build/linux
(ffmpeg p32024:c20084) naafx8@nsquare:~/sandbox/ffmpeg-localized/x265/build/linux
$ make -j8
Scanning dependencies of target encoder
Scanning dependencies of target common
[  1%] Building CXX object encoder/CMakeFiles/encoder.dir/search.cpp.o
[  2%] Building CXX object encoder/CMakeFiles/encoder.dir/slicetype.cpp.o
[  3%] Building CXX object encoder/CMakeFiles/encoder.dir/motion.cpp.o
[  4%] Building CXX object encoder/CMakeFiles/encoder.dir/bitcost.cpp.o
[  6%] Building CXX object encoder/CMakeFiles/encoder.dir/analysis.cpp.o
[  7%] Building CXX object encoder/CMakeFiles/encoder.dir/frameencoder.cpp.o
[  8%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-a.asm.o
[  9%] Building CXX object encoder/CMakeFiles/encoder.dir/framefilter.cpp.o
[ 10%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/const-a.asm.o
[ 12%] Building CXX object encoder/CMakeFiles/encoder.dir/level.cpp.o
[ 13%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/cpu-a.asm.o
[ 14%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ssd-a.asm.o
[ 15%] Building CXX object encoder/CMakeFiles/encoder.dir/nal.cpp.o
[ 16%] Building CXX object encoder/CMakeFiles/encoder.dir/sei.cpp.o
[ 18%] Building CXX object encoder/CMakeFiles/encoder.dir/sao.cpp.o
[ 19%] Building CXX object encoder/CMakeFiles/encoder.dir/entropy.cpp.o
[ 20%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a.asm.o
[ 21%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/mc-a2.asm.o
[ 22%] Building CXX object encoder/CMakeFiles/encoder.dir/dpb.cpp.o
[ 24%] Building CXX object encoder/CMakeFiles/encoder.dir/ratecontrol.cpp.o
[ 25%] Building CXX object encoder/CMakeFiles/encoder.dir/reference.cpp.o
[ 26%] Building CXX object encoder/CMakeFiles/encoder.dir/encoder.cpp.o
[ 27%] Building CXX object encoder/CMakeFiles/encoder.dir/api.cpp.o
[ 28%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixel-util8.asm.o
[ 30%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/blockcopy8.asm.o
[ 31%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/pixeladd8.asm.o
[ 32%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/dct8.asm.o
[ 33%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/seaintegral.asm.o
[ 34%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/sad-a.asm.o
[ 36%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8.asm.o
[ 37%] Building CXX object encoder/CMakeFiles/encoder.dir/weightPrediction.cpp.o
[ 37%] Built target encoder
[ 38%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/intrapred8_allangs.asm.o
[ 39%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/v4-ipfilter8.asm.o
[ 40%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/h-ipfilter8.asm.o
[ 42%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/ipfilter8.asm.o
[ 43%] Building ASM_NASM object common/CMakeFiles/common.dir/x86/loopfilter.asm.o
[ 44%] Building CXX object common/CMakeFiles/common.dir/x86/asm-primitives.cpp.o
[ 45%] Building CXX object common/CMakeFiles/common.dir/vec/vec-primitives.cpp.o
[ 46%] Building CXX object common/CMakeFiles/common.dir/vec/dct-ssse3.cpp.o
[ 48%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse3.cpp.o
[ 49%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o
[ 50%] Building CXX object common/CMakeFiles/common.dir/primitives.cpp.o
[ 51%] Building CXX object common/CMakeFiles/common.dir/pixel.cpp.o
[ 53%] Building CXX object common/CMakeFiles/common.dir/dct.cpp.o
[ 54%] Building CXX object common/CMakeFiles/common.dir/lowpassdct.cpp.o
[ 55%] Building CXX object common/CMakeFiles/common.dir/ipfilter.cpp.o
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3210: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3258: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3280: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3301: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3322: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3342: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3362: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3441: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3461: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3485: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3509: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3536: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3563: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3595: error: symbol `x265_intra_pred_ang4_3_sse4.do_filter4x4' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3597: warning: label `..@14185.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3597: warning: label `x265_intra_pred_ang4_18_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3621: warning: label `..@14293.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3621: warning: label `x265_intra_pred_ang8_2_ssse3' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3648: warning: label `..@14416.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3648: warning: label `x265_intra_pred_ang8_3_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3700: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3702: warning: label `..@14534.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3703: warning: label `..@14534.end.transpose8x8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3723: warning: label `..@14534.end.store' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3736: warning: label `..@14594.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3736: warning: label `x265_intra_pred_ang8_4_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3787: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3789: warning: label `..@14715.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3789: warning: label `x265_intra_pred_ang8_5_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3840: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3842: warning: label `..@14836.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3842: warning: label `x265_intra_pred_ang8_6_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3891: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3893: warning: label `..@14954.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3893: warning: label `x265_intra_pred_ang8_7_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3939: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3941: warning: label `..@15069.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3941: warning: label `x265_intra_pred_ang8_8_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3983: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3985: warning: label `..@15180.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:3985: warning: label `x265_intra_pred_ang8_9_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4024: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4026: warning: label `..@15287.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4026: warning: label `x265_intra_pred_ang8_10_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4062: warning: label `x265_intra_pred_ang8_10_sse4.quit' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4066: warning: label `..@15396.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4066: warning: label `x265_intra_pred_ang8_26_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4102: warning: label `x265_intra_pred_ang8_26_sse4.quit' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4105: warning: label `..@15507.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4105: warning: label `x265_intra_pred_ang8_11_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4146: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4148: warning: label `..@15615.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4148: warning: label `x265_intra_pred_ang8_12_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4154: warning: label `x265_intra_pred_ang8_12_sse4.next' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4195: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4197: warning: label `..@15731.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4197: warning: label `x265_intra_pred_ang8_13_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4203: warning: label `x265_intra_pred_ang8_13_sse4.next' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4247: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4249: warning: label `..@15853.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4249: warning: label `x265_intra_pred_ang8_14_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4255: warning: label `x265_intra_pred_ang8_14_sse4.next' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4300: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4302: warning: label `..@15977.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4302: warning: label `x265_intra_pred_ang8_15_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4308: warning: label `x265_intra_pred_ang8_15_sse4.next' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4355: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4357: warning: label `..@16105.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4357: warning: label `x265_intra_pred_ang8_16_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4363: warning: label `x265_intra_pred_ang8_16_sse4.next' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4413: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4415: warning: label `..@16236.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4415: warning: label `x265_intra_pred_ang8_17_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4421: warning: label `x265_intra_pred_ang8_17_sse4.next' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4471: error: symbol `x265_intra_pred_ang8_3_sse4.transpose8x8' undefined
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4473: warning: label `..@16369.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4473: warning: label `x265_intra_pred_ang8_18_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4542: warning: label `..@16497.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4542: warning: label `x265_intra_pred_ang16_2_ssse3' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4590: warning: label `..@16669.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4590: warning: label `x265_intra_pred_ang16_3_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4598: warning: label `x265_intra_pred_ang16_3_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4696: warning: label `..@16991.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4696: warning: label `x265_intra_pred_ang16_33_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4703: warning: label `x265_intra_pred_ang16_33_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4808: warning: label `..@17251.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4808: warning: label `x265_intra_pred_ang16_4_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4816: warning: label `x265_intra_pred_ang16_4_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4915: warning: label `..@17575.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4915: warning: label `x265_intra_pred_ang16_32_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:4922: warning: label `x265_intra_pred_ang16_32_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5021: warning: label `..@17838.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5021: warning: label `x265_intra_pred_ang16_5_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5029: warning: label `x265_intra_pred_ang16_5_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5110: warning: label `..@18147.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5110: warning: label `x265_intra_pred_ang16_31_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5117: warning: label `x265_intra_pred_ang16_31_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5197: warning: label `..@18395.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5197: warning: label `x265_intra_pred_ang16_6_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5205: warning: label `x265_intra_pred_ang16_6_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5284: warning: label `..@18702.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5284: warning: label `x265_intra_pred_ang16_30_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5291: warning: label `x265_intra_pred_ang16_30_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5369: warning: label `..@18948.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5369: warning: label `x265_intra_pred_ang16_7_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5377: warning: label `x265_intra_pred_ang16_7_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5453: warning: label `..@19251.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5453: warning: label `x265_intra_pred_ang16_29_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5460: warning: label `x265_intra_pred_ang16_29_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5535: warning: label `..@19493.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5535: warning: label `x265_intra_pred_ang16_8_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5543: warning: label `x265_intra_pred_ang16_8_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5612: warning: label `..@19791.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5612: warning: label `x265_intra_pred_ang16_28_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5619: warning: label `x265_intra_pred_ang16_28_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5687: warning: label `..@20028.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5687: warning: label `x265_intra_pred_ang16_9_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5695: warning: label `x265_intra_pred_ang16_9_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5760: warning: label `..@20316.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5760: warning: label `x265_intra_pred_ang16_27_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5767: warning: label `x265_intra_pred_ang16_27_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5837: warning: label `..@20540.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5837: warning: label `x265_intra_pred_ang16_10_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5917: warning: label `x265_intra_pred_ang16_10_sse4.quit' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5923: warning: label `..@20761.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5923: warning: label `x265_intra_pred_ang16_26_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:5997: warning: label `x265_intra_pred_ang16_26_sse4.quit' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6001: warning: label `..@20956.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6001: warning: label `x265_intra_pred_ang16_11_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6125: warning: label `..@21440.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6125: warning: label `x265_intra_pred_ang16_25_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6132: warning: label `x265_intra_pred_ang16_25_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6203: warning: label `..@21666.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6203: warning: label `x265_intra_pred_ang16_12_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6341: warning: label `..@22169.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6341: warning: label `x265_intra_pred_ang16_24_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6477: warning: label `..@22550.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6477: warning: label `x265_intra_pred_ang16_13_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6631: warning: label `..@23069.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6631: warning: label `x265_intra_pred_ang16_23_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6783: warning: label `..@23466.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6783: warning: label `x265_intra_pred_ang16_14_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6949: warning: label `..@24001.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:6949: warning: label `x265_intra_pred_ang16_22_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7113: warning: label `..@24414.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7113: warning: label `x265_intra_pred_ang16_15_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7303: warning: label `..@24965.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7303: warning: label `x265_intra_pred_ang16_21_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7492: warning: label `..@25396.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7492: warning: label `x265_intra_pred_ang16_16_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7691: warning: label `..@25965.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7691: warning: label `x265_intra_pred_ang16_20_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7889: warning: label `..@26414.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:7889: warning: label `x265_intra_pred_ang16_17_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:8100: warning: label `..@27001.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:8100: warning: label `x265_intra_pred_ang16_19_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:8310: warning: label `..@27468.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:8310: warning: label `x265_intra_pred_ang16_18_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9432: warning: label `..@27642.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9432: warning: label `x265_intra_pred_ang32_2_ssse3' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9592: warning: label `..@28049.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9592: warning: label `x265_intra_pred_ang32_3_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9599: warning: label `x265_intra_pred_ang32_3_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9609: warning: label `..@28599.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9609: warning: label `x265_intra_pred_ang32_4_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9616: warning: label `x265_intra_pred_ang32_4_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9626: warning: label `..@29149.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9626: warning: label `x265_intra_pred_ang32_5_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9633: warning: label `x265_intra_pred_ang32_5_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9643: warning: label `..@29695.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9643: warning: label `x265_intra_pred_ang32_6_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9650: warning: label `x265_intra_pred_ang32_6_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9660: warning: label `..@30226.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9660: warning: label `x265_intra_pred_ang32_7_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9667: warning: label `x265_intra_pred_ang32_7_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9677: warning: label `..@30743.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9677: warning: label `x265_intra_pred_ang32_8_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9684: warning: label `x265_intra_pred_ang32_8_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9694: warning: label `..@31254.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9694: warning: label `x265_intra_pred_ang32_9_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9701: warning: label `x265_intra_pred_ang32_9_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9711: warning: label `..@31745.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9711: warning: label `x265_intra_pred_ang32_10_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9723: warning: label `x265_intra_pred_ang32_10_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9817: warning: label `x265_intra_pred_ang32_10_sse4.quit' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9827: warning: label `..@32014.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9827: warning: label `x265_intra_pred_ang32_11_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:9857: warning: label `x265_intra_pred_ang32_11_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10020: warning: label `..@32609.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10020: warning: label `x265_intra_pred_ang32_12_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10034: warning: label `x265_intra_pred_ang32_12_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10279: warning: label `..@33555.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10279: warning: label `x265_intra_pred_ang32_13_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10298: warning: label `x265_intra_pred_ang32_13_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10308: warning: label `..@34972.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10308: warning: label `x265_intra_pred_ang32_14_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10338: warning: label `x265_intra_pred_ang32_14_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10392: warning: label `..@35571.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10392: warning: label `x265_intra_pred_ang32_15_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10421: warning: label `x265_intra_pred_ang32_15_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10475: warning: label `..@36168.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10475: warning: label `x265_intra_pred_ang32_16_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10504: warning: label `x265_intra_pred_ang32_16_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10558: warning: label `..@36765.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10558: warning: label `x265_intra_pred_ang32_17_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10587: warning: label `x265_intra_pred_ang32_17_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10642: warning: label `..@37359.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10642: warning: label `x265_intra_pred_ang32_18_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10735: warning: label `..@37624.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10735: warning: label `x265_intra_pred_ang32_18_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10897: warning: label `..@38034.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10897: warning: label `x265_intra_pred_ang32_19_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10927: warning: label `x265_intra_pred_ang32_19_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10984: warning: label `..@38510.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:10984: warning: label `x265_intra_pred_ang32_20_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11014: warning: label `x265_intra_pred_ang32_20_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11071: warning: label `..@38990.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11071: warning: label `x265_intra_pred_ang32_21_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11101: warning: label `x265_intra_pred_ang32_21_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11158: warning: label `..@39470.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11158: warning: label `x265_intra_pred_ang32_22_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11189: warning: label `x265_intra_pred_ang32_22_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11246: warning: label `..@39952.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11246: warning: label `x265_intra_pred_ang32_23_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11259: warning: label `x265_intra_pred_ang32_23_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11269: warning: label `..@40687.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11269: warning: label `x265_intra_pred_ang32_24_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11282: warning: label `x265_intra_pred_ang32_24_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11292: warning: label `..@41390.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11292: warning: label `x265_intra_pred_ang32_25_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11321: warning: label `x265_intra_pred_ang32_25_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11378: warning: label `..@41864.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11378: warning: label `x265_intra_pred_ang32_26_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11390: warning: label `x265_intra_pred_ang32_26_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11492: warning: label `x265_intra_pred_ang32_26_sse4.quit' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11500: warning: label `..@42130.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11500: warning: label `x265_intra_pred_ang32_27_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11506: warning: label `x265_intra_pred_ang32_27_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11516: warning: label `..@42501.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11516: warning: label `x265_intra_pred_ang32_28_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11522: warning: label `x265_intra_pred_ang32_28_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11532: warning: label `..@42892.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11532: warning: label `x265_intra_pred_ang32_29_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11538: warning: label `x265_intra_pred_ang32_29_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11548: warning: label `..@43289.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11548: warning: label `x265_intra_pred_ang32_30_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11554: warning: label `x265_intra_pred_ang32_30_sse4.loop' changed during code generation
[ 56%] Building CXX object common/CMakeFiles/common.dir/intrapred.cpp.o
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11564: warning: label `..@43700.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11564: warning: label `x265_intra_pred_ang32_31_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11570: warning: label `x265_intra_pred_ang32_31_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11580: warning: label `..@44126.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11580: warning: label `x265_intra_pred_ang32_32_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11586: warning: label `x265_intra_pred_ang32_32_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11596: warning: label `..@44556.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11596: warning: label `x265_intra_pred_ang32_33_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11602: warning: label `x265_intra_pred_ang32_33_sse4.loop' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11735: warning: label `..@44987.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11735: warning: label `x265_ang32_mode_3_33_row_0_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11807: warning: label `x265_ang32_mode_3_33_row_0_15_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11807: warning: label `x265_ang32_mode_3_33_row_0_15_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11868: warning: label `x265_ang32_mode_3_33_row_0_15_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11868: warning: label `x265_ang32_mode_3_33_row_0_15_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11872: warning: label `..@45567.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11872: warning: label `x265_intra_pred_ang32_3_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11891: warning: label `..@45671.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11891: warning: label `x265_intra_pred_ang32_33_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11906: warning: label `..@45736.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11906: warning: label `x265_ang32_mode_4_32_row_0_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11976: warning: label `x265_ang32_mode_4_32_row_0_15_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11976: warning: label `x265_ang32_mode_4_32_row_0_15_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12041: warning: label `x265_ang32_mode_4_32_row_0_15_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12041: warning: label `x265_ang32_mode_4_32_row_0_15_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12044: warning: label `..@46282.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12044: warning: label `x265_ang32_mode_4_32_row_16_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12113: warning: label `x265_ang32_mode_4_32_row_16_31_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12113: warning: label `x265_ang32_mode_4_32_row_16_31_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12172: warning: label `x265_ang32_mode_4_32_row_16_31_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12172: warning: label `x265_ang32_mode_4_32_row_16_31_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12176: warning: label `..@46852.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12176: warning: label `x265_intra_pred_ang32_4_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12195: warning: label `..@46956.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12195: warning: label `x265_intra_pred_ang32_32_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12210: warning: label `..@47021.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12210: warning: label `x265_ang32_mode_5_31_row_0_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12278: warning: label `x265_ang32_mode_5_31_row_0_15_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12278: warning: label `x265_ang32_mode_5_31_row_0_15_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12337: warning: label `x265_ang32_mode_5_31_row_0_15_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12337: warning: label `x265_ang32_mode_5_31_row_0_15_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12340: warning: label `..@47551.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12340: warning: label `x265_ang32_mode_5_31_row_16_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12407: warning: label `x265_ang32_mode_5_31_row_16_31_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12407: warning: label `x265_ang32_mode_5_31_row_16_31_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12461: warning: label `x265_ang32_mode_5_31_row_16_31_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12461: warning: label `x265_ang32_mode_5_31_row_16_31_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12465: warning: label `..@48109.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12465: warning: label `x265_intra_pred_ang32_5_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12484: warning: label `..@48213.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12484: warning: label `x265_intra_pred_ang32_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12499: warning: label `..@48278.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12499: warning: label `x265_ang32_mode_6_30_row_0_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12565: warning: label `x265_ang32_mode_6_30_row_0_15_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12565: warning: label `x265_ang32_mode_6_30_row_0_15_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12624: warning: label `x265_ang32_mode_6_30_row_0_15_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12624: warning: label `x265_ang32_mode_6_30_row_0_15_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12627: warning: label `..@48804.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12627: warning: label `x265_ang32_mode_6_30_row_16_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12694: warning: label `x265_ang32_mode_6_30_row_16_31_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12694: warning: label `x265_ang32_mode_6_30_row_16_31_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12747: warning: label `x265_ang32_mode_6_30_row_16_31_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12747: warning: label `x265_ang32_mode_6_30_row_16_31_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12751: warning: label `..@49358.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12751: warning: label `x265_intra_pred_ang32_6_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12770: warning: label `..@49462.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12770: warning: label `x265_intra_pred_ang32_30_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12785: warning: label `..@49527.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12785: warning: label `x265_ang32_mode_7_29_row_0_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12849: warning: label `x265_ang32_mode_7_29_row_0_15_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12849: warning: label `x265_ang32_mode_7_29_row_0_15_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12906: warning: label `x265_ang32_mode_7_29_row_0_15_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12906: warning: label `x265_ang32_mode_7_29_row_0_15_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12909: warning: label `..@50045.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12909: warning: label `x265_ang32_mode_7_29_row_16_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12974: warning: label `x265_ang32_mode_7_29_row_16_31_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:12974: warning: label `x265_ang32_mode_7_29_row_16_31_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13025: warning: label `x265_ang32_mode_7_29_row_16_31_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13025: warning: label `x265_ang32_mode_7_29_row_16_31_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13029: warning: label `..@50591.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13029: warning: label `x265_intra_pred_ang32_7_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13048: warning: label `..@50695.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13048: warning: label `x265_intra_pred_ang32_29_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13063: warning: label `..@50760.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13063: warning: label `x265_ang32_mode_8_28_avx2_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13126: warning: label `x265_ang32_mode_8_28_avx2_avx2.skip0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13126: warning: label `x265_ang32_mode_8_28_avx2_avx2.end0' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13183: warning: label `x265_ang32_mode_8_28_avx2_avx2.skip8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13183: warning: label `x265_ang32_mode_8_28_avx2_avx2.end8' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13190: warning: label `x265_ang32_mode_8_28_avx2_avx2.doNotAdjustBufferPtr' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13245: warning: label `x265_ang32_mode_8_28_avx2_avx2.skip16' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13245: warning: label `x265_ang32_mode_8_28_avx2_avx2.end16' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13296: warning: label `x265_ang32_mode_8_28_avx2_avx2.skip24' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11718: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13296: warning: label `x265_ang32_mode_8_28_avx2_avx2.end24' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:11732: ... from macro `TRANSPOSE_32x8_AVX2' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13300: warning: label `..@51759.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13300: warning: label `x265_intra_pred_ang32_8_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13313: warning: label `..@51858.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13313: warning: label `x265_intra_pred_ang32_28_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13325: warning: label `..@51956.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13325: warning: label `x265_intra_pred_ang32_9_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13638: warning: label `..@52562.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13638: warning: label `x265_intra_pred_ang32_27_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13889: warning: label `..@53044.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:13889: warning: label `x265_intra_pred_ang32_10_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14015: warning: label `..@53330.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14015: warning: label `x265_intra_pred_ang32_11_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14334: warning: label `..@53946.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14334: warning: label `x265_intra_pred_ang32_25_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14587: warning: label `..@54427.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14587: warning: label `x265_intra_pred_ang32_12_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14942: warning: label `..@55120.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:14942: warning: label `x265_intra_pred_ang32_24_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:15212: warning: label `..@55629.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:15212: warning: label `x265_intra_pred_ang32_13_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:15564: warning: label `..@56318.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:15564: warning: label `x265_intra_pred_ang32_23_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:15840: warning: label `..@56836.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:15840: warning: label `x265_intra_pred_ang32_14_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:16191: warning: label `..@57522.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:16191: warning: label `x265_intra_pred_ang32_22_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:16481: warning: label `..@58060.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:16481: warning: label `x265_intra_pred_ang32_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:16867: warning: label `..@58809.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:16867: warning: label `x265_intra_pred_ang32_21_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:17156: warning: label `..@59359.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:17156: warning: label `x265_intra_pred_ang32_16_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:17575: warning: label `..@60112.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:17575: warning: label `x265_intra_pred_ang32_20_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:17878: warning: label `..@60689.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:17878: warning: label `x265_intra_pred_ang32_17_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18295: warning: label `..@61438.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18295: warning: label `x265_intra_pred_ang32_19_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18634: warning: label `..@62074.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18634: warning: label `x265_intra_pred_ang8_3_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18664: warning: label `..@62230.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18664: warning: label `x265_intra_pred_ang8_33_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18699: warning: label `..@62372.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18699: warning: label `x265_intra_pred_ang8_4_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18729: warning: label `..@62528.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18729: warning: label `x265_intra_pred_ang8_32_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18765: warning: label `..@62670.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18765: warning: label `x265_intra_pred_ang8_5_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18795: warning: label `..@62826.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18795: warning: label `x265_intra_pred_ang8_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18831: warning: label `..@62968.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18831: warning: label `x265_intra_pred_ang8_6_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18861: warning: label `..@63124.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18861: warning: label `x265_intra_pred_ang8_30_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18897: warning: label `..@63266.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18897: warning: label `x265_intra_pred_ang8_9_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18927: warning: label `..@63422.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18927: warning: label `x265_intra_pred_ang8_27_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18960: warning: label `..@63558.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18960: warning: label `x265_intra_pred_ang8_25_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18994: warning: label `..@63694.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:18994: warning: label `x265_intra_pred_ang8_7_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19024: warning: label `..@63850.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19024: warning: label `x265_intra_pred_ang8_29_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19060: warning: label `..@63992.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19060: warning: label `x265_intra_pred_ang8_8_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19090: warning: label `..@64148.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19090: warning: label `x265_intra_pred_ang8_28_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19127: warning: label `..@64293.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19127: warning: label `x265_intra_pred_ang8_11_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19161: warning: label `..@64457.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19161: warning: label `x265_intra_pred_ang8_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19195: warning: label `..@64621.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19195: warning: label `x265_intra_pred_ang8_16_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19229: warning: label `..@64785.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19229: warning: label `x265_intra_pred_ang8_17_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19264: warning: label `..@64949.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19264: warning: label `x265_intra_pred_ang8_20_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19373: warning: label `..@65106.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19373: warning: label `x265_intra_pred_ang8_21_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19425: warning: label `..@65282.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19425: warning: label `x265_intra_pred_ang8_22_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19471: warning: label `..@65442.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19471: warning: label `x265_intra_pred_ang8_14_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19508: warning: label `..@65610.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19508: warning: label `x265_intra_pred_ang8_13_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19543: warning: label `..@65775.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19543: warning: label `x265_intra_pred_ang8_23_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19587: warning: label `..@65929.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19587: warning: label `x265_intra_pred_ang8_12_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19620: warning: label `..@66092.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19620: warning: label `x265_intra_pred_ang8_24_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19795: warning: label `..@66235.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19795: warning: label `x265_intra_pred_ang16_12_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19909: warning: label `..@66507.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:19909: warning: label `x265_intra_pred_ang16_13_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20023: warning: label `..@66775.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20023: warning: label `x265_intra_pred_ang16_14_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20136: warning: label `..@67043.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20136: warning: label `x265_intra_pred_ang16_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20249: warning: label `..@67311.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20249: warning: label `x265_intra_pred_ang16_16_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20362: warning: label `..@67579.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20362: warning: label `x265_intra_pred_ang16_17_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20475: warning: label `..@67847.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20475: warning: label `x265_intra_pred_ang16_11_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20687: warning: label `..@68096.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20687: warning: label `x265_ang16_mode_3_33_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20770: warning: label `x265_ang16_mode_3_33_avx2.skip' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20649: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20770: warning: label `x265_ang16_mode_3_33_avx2.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20684: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20774: warning: label `..@68438.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20774: warning: label `x265_intra_pred_ang16_3_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20786: warning: label `..@68537.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20786: warning: label `x265_intra_pred_ang16_33_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20796: warning: label `..@68598.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20796: warning: label `x265_ang16_mode_4_32_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20878: warning: label `x265_ang16_mode_4_32_avx2.skip' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20649: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20878: warning: label `x265_ang16_mode_4_32_avx2.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20684: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20882: warning: label `..@68938.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20882: warning: label `x265_intra_pred_ang16_4_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20894: warning: label `..@69037.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20894: warning: label `x265_intra_pred_ang16_32_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20904: warning: label `..@69098.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20904: warning: label `x265_ang16_mode_5_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20977: warning: label `x265_ang16_mode_5_avx2.skip' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20649: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20977: warning: label `x265_ang16_mode_5_avx2.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20684: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20981: warning: label `..@69422.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20981: warning: label `x265_intra_pred_ang16_5_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20992: warning: label `..@69484.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20992: warning: label `x265_ang16_mode_6_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21065: warning: label `x265_ang16_mode_6_avx2.skip' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20649: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21065: warning: label `x265_ang16_mode_6_avx2.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20684: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21069: warning: label `..@69804.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21069: warning: label `x265_intra_pred_ang16_6_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21080: warning: label `..@69866.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21080: warning: label `x265_ang16_mode_7_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21151: warning: label `x265_ang16_mode_7_avx2.skip' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20649: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21151: warning: label `x265_ang16_mode_7_avx2.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20684: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21155: warning: label `..@70182.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21155: warning: label `x265_intra_pred_ang16_7_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21166: warning: label `..@70244.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21166: warning: label `x265_ang16_mode_8_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21227: warning: label `x265_ang16_mode_8_avx2.skip' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20649: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21227: warning: label `x265_ang16_mode_8_avx2.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:20684: ... from macro `TRANSPOSE_STORE_8x32' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21231: warning: label `..@70556.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21231: warning: label `x265_intra_pred_ang16_8_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21244: warning: label `..@70655.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21244: warning: label `x265_intra_pred_ang16_9_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21342: warning: label `..@70899.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21342: warning: label `x265_intra_pred_ang16_25_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21368: warning: label `..@71150.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21368: warning: label `x265_intra_pred_ang16_28_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21395: warning: label `..@71418.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21395: warning: label `x265_intra_pred_ang16_27_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21432: warning: label `..@71670.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21432: warning: label `x265_intra_pred_ang16_29_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21466: warning: label `..@71953.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21466: warning: label `x265_intra_pred_ang16_30_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21501: warning: label `..@72248.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21501: warning: label `x265_intra_pred_ang16_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21540: warning: label `..@72557.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21540: warning: label `x265_intra_pred_ang16_24_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21588: warning: label `..@72835.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21588: warning: label `x265_intra_pred_ang16_23_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21632: warning: label `..@73134.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21632: warning: label `x265_intra_pred_ang16_22_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21687: warning: label `..@73453.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21687: warning: label `x265_intra_pred_ang32_34_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21721: warning: label `..@73719.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21721: warning: label `x265_intra_pred_ang32_2_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21763: warning: label `..@73985.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21763: warning: label `x265_intra_pred_ang32_26_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21802: warning: label `..@74183.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21802: warning: label `x265_intra_pred_ang4_27_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21813: warning: label `..@74294.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21813: warning: label `x265_intra_pred_ang4_28_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21824: warning: label `..@74405.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21824: warning: label `x265_intra_pred_ang4_29_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21835: warning: label `..@74516.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21835: warning: label `x265_intra_pred_ang4_30_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21846: warning: label `..@74627.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21846: warning: label `x265_intra_pred_ang4_31_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21857: warning: label `..@74738.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21857: warning: label `x265_intra_pred_ang4_32_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21868: warning: label `..@74849.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21868: warning: label `x265_intra_pred_ang4_33_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21880: warning: label `..@74960.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21880: warning: label `x265_intra_pred_ang4_3_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21891: warning: label `..@75072.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21891: warning: label `x265_intra_pred_ang4_4_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21902: warning: label `..@75184.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21902: warning: label `x265_intra_pred_ang4_5_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21913: warning: label `..@75296.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21913: warning: label `x265_intra_pred_ang4_6_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21924: warning: label `..@75408.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21924: warning: label `x265_intra_pred_ang4_7_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21935: warning: label `..@75520.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21935: warning: label `x265_intra_pred_ang4_8_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21946: warning: label `..@75632.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21946: warning: label `x265_intra_pred_ang4_9_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21957: warning: label `..@75744.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21957: warning: label `x265_intra_pred_ang4_11_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21968: warning: label `..@75856.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21968: warning: label `x265_intra_pred_ang4_12_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21979: warning: label `..@75968.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21979: warning: label `x265_intra_pred_ang4_13_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21990: warning: label `..@76080.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:21990: warning: label `x265_intra_pred_ang4_14_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22001: warning: label `..@76192.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22001: warning: label `x265_intra_pred_ang4_15_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22012: warning: label `..@76304.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22012: warning: label `x265_intra_pred_ang4_16_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22023: warning: label `..@76416.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22023: warning: label `x265_intra_pred_ang4_17_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22034: warning: label `..@76528.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22034: warning: label `x265_intra_pred_ang4_19_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22045: warning: label `..@76639.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22045: warning: label `x265_intra_pred_ang4_20_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22056: warning: label `..@76750.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22056: warning: label `x265_intra_pred_ang4_21_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22067: warning: label `..@76861.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22067: warning: label `x265_intra_pred_ang4_22_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22078: warning: label `..@76972.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22078: warning: label `x265_intra_pred_ang4_23_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22089: warning: label `..@77083.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22089: warning: label `x265_intra_pred_ang4_24_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22100: warning: label `..@77194.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22100: warning: label `x265_intra_pred_ang4_25_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22114: warning: label `..@77304.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22114: warning: label `x265_intra_filter_4x4_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22152: warning: label `..@77442.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22152: warning: label `x265_intra_filter_8x8_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22212: warning: label `..@77617.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22212: warning: label `x265_intra_filter_16x16_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22317: warning: label `..@77878.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22317: warning: label `x265_intra_filter_32x32_sse4' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22522: warning: label `..@78308.end' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:718: ... from macro `cglobal_internal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/x86/intrapred8.asm:22522: warning: label `x265_intra_filter_4x4_avx2' changed during code generation
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:694: ... from macro `cglobal' defined here
/home/naafx8/sandbox/ffmpeg-localized/x265/source/common/../common/x86/x86inc.asm:719: ... from macro `cglobal_internal' defined here
common/CMakeFiles/common.dir/build.make:254: recipe for target 'common/CMakeFiles/common.dir/x86/intrapred8.asm.o' failed
make[2]: *** [common/CMakeFiles/common.dir/x86/intrapred8.asm.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:317: recipe for target 'common/CMakeFiles/common.dir/all' failed
make[1]: *** [common/CMakeFiles/common.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

Comments (3)

  1. Log in to comment