[x265] Problem with linking x265 and ffmpeg

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Apr 22 18:06:44 CEST 2014


On 4/22/2014 6:36 AM, 宮村 公男 wrote:
> $ ./configure --prefix=${TARGET} --as=yasm --enable-gpl --enable-libx265 --pkg-config-flags=—static

I forgot to mention. --as=yasm doesn't do what you think it does. It sets
the assembler to be used when building gcc-style asm (like in the libavcodec/arm/
directory). It might set the assembler to be used when GCC or Clang generates
asm as well, but I'm not sure. My point is yasm cant build these things. yasm
is autodetected in configure, and you dont need to explicitly set it, and all
the yasm-style x86 asm will indeed be built.

Not that I think this is related to x265... ;)

- Derek


More information about the x265-devel mailing list