On Wednesday, 14 November 2007 at 13:05, GMail kwizart wrote: > > Hi! > > Here is a merge review for cinelerra: [...] > Libtoolame, (same as mpeg2dec) cinelerra claims to use it own version... > I've swiched from static build to shared build. But I wonder if it could > use an external package for toolame... upstream toolame wasn't updated > since 2003 and I don't know if others projects are still using it for > mpeg2 audio encoding...
toolame is dead, try using twolame. Same API, different soname. [...] > Raising kernel shmmax . The maximum shared memory value need to be > raised to run cinelerra... (if not raised, a warning is displayed and > cinelerra is unstable...). I've echoed this line in /etc/rc.local in > install and this will be removed on uninstall.. > echo "0x7fffffff">/proc/sys/kernel/shmmax > I'm not very pleased with this hack, but it work fine... If you have > another advice about how to deal with this...? Yes. Add an appropriate line to /etc/sysctl.conf, i.e. kernel.shmmax=0x7fffffff and run sysctl -p Regards, R. -- Fedora contributor http://fedoraproject.org/wiki/DominikMierzejewski Livna contributor http://rpm.livna.org MPlayer developer http://mplayerhq.hu "Faith manages." -- Delenn to Lennier in Babylon 5:"Confessions and Lamentations"
