My raspberry pi only have 256MB ram, so I fear the compilation will exit with an "out of memory" error. At least I've found out that I can make all the ram available for the CPU and not only an 128/128MB split between the GPU and CPU which is default. I'm trying that now, I'll report back in a week :D
Henrik -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Matt Conway Sent: 24. februar 2015 12:51 To: FFmpeg user questions Subject: Re: [FFmpeg-user] Compile ffmpeg for rasberry pi, raspbian. Although it will take a long time, you can compile ffmpeg on the Pi itself which might be easier, even if it is slower. On Tue, Feb 24, 2015 at 11:48 AM, Henrik Elkjær Hagen <[email protected]> wrote: > Hi! I'm trying to cross-compile ffmpeg for Raspberry pi model B. I > followed the tutorial on this site: > https://trac.ffmpeg.org/wiki/CompilationGuide/RaspberryPi . All is > well until I try to run the ./configure command for ffmpeg. Then I get > these > warnings: > > WARNING: > > /home/ristaloff/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linu > x-gnue abi-pkg-config not found, library detection may fail. > > WARNING: using libx264 without pkg-config > > Setting the PKG_CONFIG_PATH does not help. > > > > I’m using Rasbian as the raspberry pi OS. And it uses armhf and not armel. > Maybe that’s what causing me problems. > > > > From http://www.raspbian.org/RaspbianFAQ : > > “Raspbian is an unofficial port of Debian wheezy armhf with > compilation settings adjusted to produce code that uses "hardware > floating point", the "hard float" ABI and will run on the Raspberry Pi.” > > > > Is it possible to compile ffmpeg for armhf? Any suggestions on how to > do it? > An updated tutorial would be nice ^^ J > > > > Any suggestions are welcome, > > Henrik > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
