On 23/07/14 16:18, Daniel Giguere wrote:
> -For windows, you will need to add "ws2_32".
> -
> - $ scons static_dep="z pthread ws2_32"
> +For Windows, you need to copy libpthread.a and libz.a in the static folder.
> +The only dynamic libraries you need is the "ws2_32".
> +
> + $ scons static_dep="ws2_32"
>
>
> Step 1. Get and compile libav
> @@ -367,7 +368,12 @@ the libraries.
> Copy the libraries. You must replace "${PATH_TO_LIBAV}" with the path to the
> libav root directory.
>
> - & cp ${PATH_TO_LIBAV}/lib*/*.a static_libav/
> + $ cp ${PATH_TO_LIBAV}/lib*/*.a static_libav/
> +
> +On Windows, you also need to copy libpthread.a and libz.a in static_libav
> +
> + $ cp /c/mingw/mingw64/x86_64-w64-mingw32/lib/libpthread.a static_libav/
> + $ cp /c/mingw/mingw64/x86_64-w64-mingw32/lib/libz.a static_libav/
>
>
> Step 3. Configure and recompile f265
> @@ -380,9 +386,9 @@ Start by displaying the configuration
> Find the line starting with "cflags" and copy the actual value. Then
> configure
> scons.
>
> -On Windows, you must first add "ws2_32" to static_dep.
> +On Windows, you only need "ws2_32" in static_dep.
>
> - $ scons -h static_dep="z pthread ws2_32"
> + $ scons -h static_dep="ws2_32"
>
This seems unrelated.
--
To unsubscribe visit http://f265.org
or send a mail to [email protected].