| Author |
Message |
speedks Member
Joined: 25 Sep 2007 Location: United States
|
|
Hi everyone,
I have compiled ffmpeg on fedora core 3 with following options as a static library
./configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man --enable-libmp3lame
--enable-libfaac --enable-libogg --enable-libvorbis --enable-libfaad --enable-libxvid --enable-libx264
--enable-liba52 --enable-liba52bin --enable-libogg --enable-libtheora --enable-libvorbis --enable-pp
--enable-static --disable-shared --enable-pthreads --enable-libdc1394 --enable-gpl --disable-strip
--extra-cflags="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables"
it runs fine on fedora but when I bring it on to CenTOS its crashing with a floating point error, do we have to start some flags which make it cross linux compatible, appreciate your quick response.
|
|
Baldrick Administrator
Joined: 09 Aug 2000 Location: Sweden
|
|
I think our linux forum is best for this topic. Moving you.
|
|
courtrrb Member
Joined: 24 Apr 2003 Location: United States
|
|
Why are you trying to compile it for fedora core 3 when a compiled version already exist?
Check out this site pre-compiled rpm packages.
http://rpm.pbone.net
Besides Centos is the equivalent for RedHat EL versions.
|
|
speedks Member
Joined: 25 Sep 2007 Location: United States
|
|
I am trying to compile because I would need the biinary with x264 as well as 3g2 to flv conversion. Does the binaries already available have these options, how can we test the rpm if they have so and so features.
Thanks for the response.
|
|
|
|