[FFmpeg-devel] [PATCH] 0001-libavutil-tx-Check-also-for-ARCH_X86.patch

Alessandro Bono alessandro.bono369 at gmail.com
Wed Apr 19 18:07:56 EEST 2023


Fallout from 9787005846893c1d1c01cb8ac71abed91980b218.

While it doesn't make sense to pass --enable-x86asm option in a arm64
build, this is the only place where we don't check also for ARCH_X86
when we check for HAVE_X86ASM in code that is not x86-specific. As
a consequence we get:
```
Undefined symbols for architecture arm64:
  "_ff_tx_codelet_list_float_x86", referenced from:
      _codelet_list in tx.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
```
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-libavutil-tx-Check-also-for-ARCH_X86.patch
Type: text/x-patch
Size: 1245 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230419/08bacc55/attachment.bin>


More information about the ffmpeg-devel mailing list