[vlc-devel] commit: Win32: try to fix win32text linking. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Feb 4 02:03:59 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  4 02:03:01 2010 +0100| [1af9a2da59e52ae7ec083fcd0b359d4d9e297aac] | committer: Jean-Baptiste Kempf 

Win32: try to fix win32text linking.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1af9a2da59e52ae7ec083fcd0b359d4d9e297aac
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0e67950..467640d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -324,7 +324,7 @@ case "${host_os}" in
         # add ws2_32 for closesocket, select, recv
         VLC_ADD_LIBS([libvlccore],[-lws2_32 -lnetapi32 -lwinmm])
         VLC_ADD_LDFLAGS([vlc],[-mwindows])
-        VLC_ADD_LIBS([activex mozilla],[-lgdi32])
+        VLC_ADD_LIBS([activex mozilla win32text],[-lgdi32])
         VLC_ADD_LIBS([cdda vcdx sdl_image aout_sdl vout_sdl],[-lwinmm])
         VLC_ADD_LIBS([access_http access_mms access_udp access_tcp access_ftp access_rtmp access_output_udp access_output_shout access_output_rtmp sap slp oldhttp stream_out_standard stream_out_rtp stream_out_raop vod_rtsp access_realrtsp rtp oldtelnet oldrc netsync gnutls growl_udp flac ts audioscrobbler lua remoteosd zvbi audiobargraph_a netsync],[-lws2_32])
         VLC_ADD_LIBS([filesystem], [-lshlwapi])




More information about the vlc-devel mailing list