[FFmpeg-devel] swscale in vhooks
Måns Rullgård
mans
Tue Jul 3 01:05:55 CEST 2007
"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.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list