[FFmpeg-devel] [PATCH] More Win64 support.
Diego Biurrun
diego
Tue May 13 18:13:34 CEST 2008
On Tue, May 13, 2008 at 04:54:54PM +0100, Ramiro Polla wrote:
>
> arch.diff moves the arch-checking code to before the OS-checking code.
OK
> x64.diff sets that Win64 does not need memalign and sets the target for
> the lib command to x64.
OK, but
> --- configure.orig Tue May 13 16:37:10 2008
> +++ configure Tue May 13 16:47:26 2008
> @@ -2055,6 +2060,7 @@
> echo "SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}" >> config.mak
> echo "SLIBNAME_WITH_MAJOR=${SLIBNAME_WITH_MAJOR}" >> config.mak
> echo "SLIB_CREATE_DEF_CMD=${SLIB_CREATE_DEF_CMD}" >> config.mak
> + echo "LIBTARGET=${LIBTARGET}" >> config.mak
> echo "SLIB_EXTRA_CMD=${SLIB_EXTRA_CMD}" >> config.mak
> echo "SLIB_INSTALL_EXTRA_CMD=${SLIB_INSTALL_EXTRA_CMD}" >> config.mak
> echo "SLIB_UNINSTALL_EXTRA_CMD=${SLIB_UNINSTALL_EXTRA_CMD}" >> config.mak
Add this before all the SLIB_ variables.
Diego
More information about the ffmpeg-devel
mailing list