* ./configure.in: fixed linking of the ipv4 plugin.

This commit is contained in:
Sam Hocevar 2002-03-18 17:09:54 +00:00
parent 1d1ede1dad
commit aaee289a1e
3 changed files with 10 additions and 2 deletions

View File

@ -83,6 +83,8 @@ LIB_IDCTALTIVEC = @LIB_IDCTALTIVEC@
LIB_IMDCT = @LIB_IMDCT@
LIB_IMDCT3DN = @LIB_IMDCT3DN@
LIB_IMDCTSSE = @LIB_IMDCTSSE@
LIB_IPV4 = @LIB_IPV4@
LIB_IPV6 = @LIB_IPV6@
LIB_KDE = @LIB_KDE@
LIB_A52 = @LIB_A52@
LIB_LIBDVDCSS = @LIB_LIBDVDCSS@

6
configure vendored
View File

@ -3111,7 +3111,7 @@ else
fi
fi
LIB_MPEG_TS="${LIB_MPEG_TS} -lws2_32"
LIB_IPV4="${LIB_IPV4} -lws2_32"
LIB_RC="${LIB_RC} -lws2_32"
;;
x*nto*)
@ -8363,6 +8363,8 @@ PLUGIN_PATH="${ac_tool_prefix}/share/videolan"
@ -8595,6 +8597,8 @@ s%@LIB_IDCTALTIVEC@%$LIB_IDCTALTIVEC%g
s%@LIB_IMDCT@%$LIB_IMDCT%g
s%@LIB_IMDCT3DN@%$LIB_IMDCT3DN%g
s%@LIB_IMDCTSSE@%$LIB_IMDCTSSE%g
s%@LIB_IPV4@%$LIB_IPV4%g
s%@LIB_IPV6@%$LIB_IPV6%g
s%@LIB_KDE@%$LIB_KDE%g
s%@LIB_A52@%$LIB_A52%g
s%@LIB_LIBDVDCSS@%$LIB_LIBDVDCSS%g

View File

@ -62,7 +62,7 @@ case x"${target_os}" in
x*mingw32*)
SYS=mingw32
AC_CHECK_TOOL(WINDRES, windres, :)
LIB_MPEG_TS="${LIB_MPEG_TS} -lws2_32"
LIB_IPV4="${LIB_IPV4} -lws2_32"
LIB_RC="${LIB_RC} -lws2_32"
;;
x*nto*)
@ -1560,6 +1560,8 @@ AC_SUBST(LIB_IDCTALTIVEC)
AC_SUBST(LIB_IMDCT)
AC_SUBST(LIB_IMDCT3DN)
AC_SUBST(LIB_IMDCTSSE)
AC_SUBST(LIB_IPV4)
AC_SUBST(LIB_IPV6)
AC_SUBST(LIB_KDE)
AC_SUBST(LIB_A52)
AC_SUBST(LIB_LIBDVDCSS)