This shows you the differences between two versions of the page.
| Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
diana:windows:building:ffmpeg [2010-02-26 13:17:45] dages |
diana:windows:building:ffmpeg [2022-05-31 09:29:31] (current) |
| |
| The ''INCINSTDIR'' bit forces ffmpeg to install its headers in ''/c/met.no/include/ffmpeg'' instead of separate directories for each library (''/c/met.no/include/libavformat'', ''/c/met.no/include/libavutil'' etc.), and the ''sed'' command edits them so they can still find each other when installed in a non-standard location. | The ''INCINSTDIR'' bit forces ffmpeg to install its headers in ''/c/met.no/include/ffmpeg'' instead of separate directories for each library (''/c/met.no/include/libavformat'', ''/c/met.no/include/libavutil'' etc.), and the ''sed'' command edits them so they can still find each other when installed in a non-standard location. |
| | |
| | Finally, the copyright and license information: |
| | |
| | $ cp README /c/met.no/copyright/ffmpeg.txt |
| | $ cat COPYING.LGPL >>/c/met.no/copyright/ffmpeg.txt |
| | |