[Ffmpeg-devel] Network patch for MingW users
Måns Rullgård
mans
Wed Feb 21 15:50:33 CET 2007
Diego Biurrun said:
> On Wed, Feb 21, 2007 at 03:40:08PM +0100, Alex Beregszaszi wrote:
>>
>> Here is a reviewed one.
>
> Probably you meant "revised" here..
>
>> --- configure (revision 8047)
>> +++ configure (working copy)
>> @@ -1096,11 +1096,13 @@
>> fi
>> dv1394="no"
>> - ffserver="no"
>> - network="no"
>> if enabled wince; then
>> + network="no"
>> protocols="no"
>> fi
>
> ffserver works on WinCE?
ffserver has a dependency on network elsewhere.
>> + if enabled network; then
>> + add_extralibs -lws2_32
>> + fi
>
> shorter: enabled network && add_extralibs -lws2_32
Yes, that is the preferred style.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list