[MPlayer-dev-eng] [PATCH] mingw live.com static compile
Joey Parrish
joey at nicewarrior.org
Fri Jun 11 21:31:12 CEST 2004
Hello,
The live.com libs now compile out of the box on my mingw system.
The patch below is to change the linking order. Without this patch,
static compile of mencoder fails on my system. I just moved network
libs (like winsock) to after the live.com libs.
I will apply tomorrow if there are no objections.
--Joey
--
"Indeed do many things come to pass."
HBT; The Book of Predictions, Chap. 19
-------------- next part --------------
--- configure.orig Fri Jun 11 19:26:53 2004
+++ configure Fri Jun 11 19:27:15 2004
@@ -5978,7 +5978,7 @@
MPLAYER_NETWORK = $_network
STREAMING_LIVE_DOT_COM = $_live
-MPLAYER_NETWORK_LIB = $_ld_network $_ld_live
+MPLAYER_NETWORK_LIB = $_ld_live $_ld_network
DVBIN = $_dvbin
VIDIX = $_vidix
SHARED_PP = $_shared_pp
More information about the MPlayer-dev-eng
mailing list