Richard Butts <rbutts1.mobile <at> gmail.com> writes: > opencl.c:(.text+0x643): undefined reference to `dlopen' You have to add -ldl to your --extra-ldflags. An alternative is to compile x264 with --disable-opencl Carl Eugen