Changes between Version 10 and Version 11 of CompilationGuide/RaspberryPi
- Timestamp:
- Aug 11, 2016, 4:24:14 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/RaspberryPi
v10 v11 34 34 If something goes wrong, check your "build.log" file to get a clue on what went wrong. I've had some trouble because of some missing system packages, which I installed using: 35 35 {{{ 36 apt-get install subversion texinfo36 apt-get install 37 37 }}} 38 38 Although, the error complained about "makeinfo", it appears that, in Debian, this package is named "texinfo". Also consider installing texi2html package. … … 171 171 Also, if some libraries are dependent on `pkg-config`, you'll most probably be able to solve it using PKG_CONFIG_PATH environment variable, like this: 172 172 {{{ 173 PKG_CONFIG_PATH=/my/path/were/i/keep/built/arm/stuff/pkgconfig ./configure ...173 /pkgconfig ./configure ... 174 174 }}} 175 175 more 176 176 == Conclusion == 177 177 After you've built your FFmpeg for RPi, copy `ffmpeg`, `ffplay` and `ffserver` binaries from "/my/path/were/i/keep/built/arm/stuff/bin/" to your Raspberry Pi and try it to see how it works :)
