Hello!
I have to build ffmpeg with H264 support.
Default configure options, from ffmpeg.spec, ./configure
--arch=$LINTARCH --disable-altivec --disable-mmx --disable-mmx2
--enable-cross-compile --prefix=%{_prefix} --mandir=%{_mandir}
--extra-cflags=-I../linux/include.
I don't understand what included -I../linux/include, I don't see
directory linux.
I successfully build x264 and install it. I try include absolute path
(--extra-cflags=-I/home/kirill/FreeScale/rootfs/usr/include), but
configure command exit with ERROR: x264 not found.
How must I include external library?
Thank you and excuse me for my bad english.