[FFmpeg-devel] [PATCH] Add versioning information to dlls

Diego Biurrun diego
Tue Jul 1 18:02:23 CEST 2008


On Tue, Jul 01, 2008 at 10:05:16AM -0400, Jeremy Kolb wrote:
> >>> Diego Biurrun wrote:
> >>>       
> >>>> On Mon, Jun 30, 2008 at 11:35:50AM -0400, Jeremy Kolb wrote:
> >>>>         
> >>>>> This patch seems to work correctly on my machine both in subdirectories
> >>>>> and from the top-level tree.
> >>>>>           
> >>>> Does it also work if you build out-of-tree?
> >>>>
> This seems to work fine, I wasn't aware that it was possible to do that 
> before.  How do I build out-of-tree?

Just run configure from some other place with full path, i.e.

mkdir /tmp/ffmpeg
cd !$
/path/to/ffmpeg/configure --enable-shared --some-option
make

Diego




More information about the ffmpeg-devel mailing list