Changes between Version 3 and Version 4 of How to compile FFmpeg for Raspberry Pi (Raspbian)


Ignore:
Timestamp:
11/06/2012 10:46:10 PM (7 months ago)
Author:
burek
Comment:

corrected the $PATH

Legend:

Unmodified
Added
Removed
Modified
  • How to compile FFmpeg for Raspberry Pi (Raspbian)

    v3 v4  
    2828make 
    2929sudo make install 
    30 export PATH=$PATH:/opt/cross 
     30export PATH=$PATH:/opt/cross/bin 
    3131}}} 
    3232which will install all the crosstool-ng needed files into the "/opt/cross" directory and add it to the current PATH environment variable.