[FFmpeg-devel] [PATCH] Add versioning information to dlls
Jeremy Kolb
jkolb
Tue Jul 1 18:09:22 CEST 2008
Diego Biurrun wrote:
> 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
>
>
This doesn't work but I don't think it's related to my change:
jkolb at HP-JKOLBXP /tmp/ffmpeg
$ /c/ffmpeg_latest/configure --cc=gcc-sjlj --enable-memalign-hack
--disable-static --enable-shared --enable-w32threads
jkolb at HP-JKOLBXP /tmp/ffmpeg
$ mingw32-make.exe
mingw32-make: *** No rule to make target `libavdevice/alldevices.o',
needed by `libavdevice/avdevice-52.dll'. Stop.
More information about the ffmpeg-devel
mailing list