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:08:29] dages |
diana:windows:building:ffmpeg [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 10: | Line 10: | ||
Note that we've tried to trim it down a bit by disabling bits we don't need. | Note that we've tried to trim it down a bit by disabling bits we don't need. | ||
- | You can safely ignore the '' | + | You can safely ignore the '' |
+ | |||
+ | $ echo "# | ||
+ | $ chmod a+rx /bin/pr | ||
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 26: | Line 29: | ||
The '' | The '' | ||
+ | |||
+ | Finally, the copyright and license information: | ||
+ | |||
+ | $ cp README / | ||
+ | $ cat COPYING.LGPL >>/ | ||
+ |