Compiling FFMpeg
When compiling FFmpeg following the guide on the wiki (http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux) it states
If I add the command line when compiling it always returns or somethong similar
What am I doing wrong?
This is the command I have tried
Can anyone point me in the right direction as I still haven't successfully managed to compile ffmpeg with ipad support
Thanks
NOTE: New version of x264 contains by default support of OpenCL. If not installed or without sense (example Ubuntu 12.04LTS on VMWare) add to configure additional option –disable-opencl. Without this option ffmpeg could not be configured (ERROR: libx264 not found).
If I add the command line when compiling it always returns
Unknown Parameter -disable-opencl
What am I doing wrong?
This is the command I have tried
cd src
git clone git://git.videolan.org/x264
cd x264
./configure --enable-static -disable-opencl
make
sudo checkinstall --pkgname=x264 --pkgversion="3:$(./version.sh | \
awk -F'[" ]' '/POINT/{print $4"+git"$5}')" --backup=no --deldoc=yes \
--fstrans=no --default
Can anyone point me in the right direction as I still haven't successfully managed to compile ffmpeg with ipad support
Thanks