Differences
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:11:52] dages |
diana:windows:building:ffmpeg [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 17: | Line 17: | ||
Build and install the libraries: | Build and install the libraries: | ||
- | $ make all install-libraries | + | $ make all install-libs |
Now we need to fix up the headers so they look like they do on Hardy: | Now we need to fix up the headers so they look like they do on Hardy: | ||
Line 29: | Line 29: | ||
The '' | The '' | ||
+ | |||
+ | Finally, the copyright and license information: | ||
+ | |||
+ | $ cp README / | ||
+ | $ cat COPYING.LGPL >>/ | ||
+ |