[vlc-commits] CDDA and SDL plugins do not need -lwinmm
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 21 15:58:30 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 21 15:53:02 2012 +0200| [76b1bcfc9054cdcd214bcb9c3b3e4751c00081d0] | committer: Jean-Baptiste Kempf
CDDA and SDL plugins do not need -lwinmm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76b1bcfc9054cdcd214bcb9c3b3e4751c00081d0
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0101c35..f1174d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,7 +231,7 @@ case "${host_os}" in
VLC_ADD_LIBS([libvlccore],[-lwinmm])
VLC_ADD_LDFLAGS([vlc],[-mwindows])
VLC_ADD_LIBS([win32text],[-lgdi32])
- VLC_ADD_LIBS([cdda vcdx sdl_image vout_sdl],[-lwinmm])
+ VLC_ADD_LIBS([vcdx],[-lwinmm])
AC_CHECK_PROGS(U2D, [unix2dos todos], unix2dos)
ac_default_prefix="`pwd`/_win32"
DESTDIR="`pwd`/_win32/"
More information about the vlc-commits
mailing list