Parky wrote: 
> 
> 
> As mentioned above I decided to go down running avconv. I built the
> latest one from one from http://libav.org/download.html
> 
> I built it directly on my Raspberry Pi as I don't have cross-compiler
> tools and wanted to make sure i built it with hardware floating-point.
> Note though it takes 4 hours to build on a RasPi. In case anyone is
> interested and has only a little Linux knowledge, but is able to login
> to a shell on their RasPi, here are the set of commands to go about it:
> 
> > 
Code:
--------------------
  >   > 
  > $ cd $HOME
  > $ mkdir av_build
  > $ cd av_build
  > $ wget https://libav.org/releases/libav-11.2.tar.gz
  > $ tar xzf libav-11.2.tar.gz
  > $ cd libav-11.2
  > $ CFLAGS="-mfloat-abi=hard -mfpu=vfp" configure
  > # Note the above takes a good couple of minutes to configure and it doesn't 
tell you anything while it is doing it.
  > $ make
  > # Wait 4+ hours, you'll then have a avconf executable. Install it with:
  > $ sudo make install
  > 
--------------------
> > 
> 
> I'm not sure what the rules are with binaries, but if it's OK then I
> could also post out the version of avconv I built (on a debian armv6
> 3.10.25+ kernel with gcc version 4.6.3).
> 
> Thanks once again everyone.

This is very useful. I rushed off to compile my own avconv using your
instruction but when I get to 

CFLAGS="-mfloat-abi=hard -mfpu=vfp" configure

I get a configure "command not found". Obviously I need something else
downloaded first - any further advice?

Thanks


------------------------------------------------------------------------
ChipMonk's Profile: http://forums.slimdevices.com/member.php?userid=40072
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to