Make the opaque init parameter non-const.
[ffmpeg-lucabe.git] / INSTALL
bloba636c5367ab13331385ac8e51b3fc4d17972f06e
2 1) Type './configure' create the configuration (use './configure
3 --help' to have the configure options).
5 'configure' can be launched from another directory than the ffmpeg
6 sources to put the objects at that place. In that case, use an
7 absolute path when launching 'configure',
8 e.g. /ffmpegdir/ffmpeg/configure.
10 2) Then type 'make' to build ffmpeg. On BSD systems, type 'gmake'
11 instead of 'make'. You may need to install GNU make first.
13 3) Type 'make install' to install ffmpeg and ffserver in
14 /usr/local/bin.