Changes between Version 3 and Version 4 of How to compile FFmpeg for Raspberry Pi (Raspbian)
- Timestamp:
- 11/06/2012 10:46:10 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to compile FFmpeg for Raspberry Pi (Raspbian)
v3 v4 28 28 make 29 29 sudo make install 30 export PATH=$PATH:/opt/cross 30 export PATH=$PATH:/opt/cross/bin 31 31 }}} 32 32 which will install all the crosstool-ng needed files into the "/opt/cross" directory and add it to the current PATH environment variable.


