thank you for sharing
I tried to compile with included Makefile
and got a lot of errors:like these
core/i386/../mc.h:27:28: error: unknown type name ‘x264_mc_t’
void x264_mc_altivec_init( x264_mc_t pf[2] );
core/macroblock.h:29:56: error: unknown type name ‘x264_macroblock_t’; did you mean ‘x264_nal_t
I am running it in a fedora 26 machine, I ran
gmake
and I also run each *.c one by one:
cc -g -Wall -DDEBUG -O4 -funroll-loops -DHAVE_MALLOC_H -DHAVE_MMXEXT -DARCH_X86 -D__X264__ -c -o core/predict.o core/predict.c