I am trying to compile and install x264 H.264 / AVC encoder. I have installed gcc. But when I start, I get the error "Without working with the C compiler":
./configure --enable-shared --enable-static
What can I do?
The configuration log said:
/bin/gcc conftest.c -Wall -I. -I$(SRCPATH) -falign-loops=16 -mdynamic-no-pic -o conftest
clang: error: unknown argument: '-falign-loops=16' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
source
share