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 12:51:51] 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 '' |
| - | Finally, build and install: | + | $ echo "# |
| + | $ chmod a+rx /bin/pr | ||
| - | | + | Build and install the libraries: |
| + | |||
| + | $ make all install-libs | ||
| + | |||
| + | Now we need to fix up the headers so they look like they do on Hardy: | ||
| + | |||
| + | | ||
| + | $ cd / | ||
| + | $ for hdr in ffmpeg/*.h ; do \ | ||
| + | echo $hdr ; \ | ||
| + | sed -e '/ | ||
| + | done | ||
| + | |||
| + | The '' | ||
| + | |||
| + | Finally, the copyright and license information: | ||
| + | |||
| + | $ cp README / | ||
| + | $ cat COPYING.LGPL >>/ | ||
| - | The '' | ||