FAQ  •  Register  •  Login

Compiling FFMpeg

<<

spudy12

DLNA master

Posts: 234

Joined: Thu Oct 18, 2012 7:07 pm

Post Sat Dec 14, 2013 5:46 pm

Compiling FFMpeg

When compiling FFmpeg following the guide on the wiki (http://wiki.serviio.org/doku.php?id=build_ffmpeg_linux) it states

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
or somethong similar

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
<<

jk50

Serviio lover

Posts: 57

Joined: Mon Jan 09, 2012 9:53 am

Post Sun Dec 15, 2013 3:08 pm

Re: Compiling FFMpeg

Your missing a "-" , -disable-opencl should be --disable-opencl.

Return to Serviio Support & Help

Who is online

Users browsing this forum: Baidu [Spider] and 20 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.