[FFmpeg-devel] swscale in vhooks
Víctor Paesa
wzrlpy
Tue Jul 3 18:14:30 CEST 2007
M?ns Rullg?rd dijo:
> "V?ctor Paesa" <wzrlpy at arsystel.com> writes:
>
>> OK to commit this attached forth attempt?
>>
>> Regards,
>> V?ctor
>>
>>
>> Index: configure
>> ==================================================================>
>> --- configure (revision 9463) +++ configure (working copy)
>> @@ -1163,8 +1163,12 @@
>> targetos=cygwin
>> shlibdir="$bindir"
>> dv1394="no"
>> - VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat
>> -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libswscale
>> -L$(BUILD_ROOT)/libavutil' - VHOOKLIBS='-lavformat$(BUILDSUF)
>> -lavcodec$(BUILDSUF) -lswscale$(BUILDSUF) -lavutil$(BUILDSUF)
>> $(EXTRALIBS)' + VHOOKSHFLAGS='-shared -L$(BUILD_ROOT)/libavformat
>> -L$(BUILD_ROOT)/libavcodec -L$(BUILD_ROOT)/libavutil' +
>> VHOOKLIBS='-lavformat$(BUILDSUF) -lavcodec$(BUILDSUF)
>> -lavutil$(BUILDSUF) $(EXTRALIBS)' + if enabled swscaler; then
>> + VHOOKSHFLAGS="$VHOOKSHFLAGS -L\$(BUILD_ROOT)/libswscale" +
>> VHOOKLIBS="$VHOOKLIBS -lswscale\$(BUILDSUF)"
>> + fi
>> osextralibs=""
>> EXESUF=".exe"
>> SLIBPREF="cyg"
>
> OK.
Thanks, commited.
Regards,
V?ctor
More information about the ffmpeg-devel
mailing list