pkgcfg.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- --- configure.in.orig 2006-11-05 19:40:10.000000000 +0000
- +++ configure.in 2006-11-05 19:42:10.000000000 +0000
- @@ -62,10 +62,10 @@
- AC_MSG_CHECKING([for Win32])
- case "$host" in
- - *-*-mingw*)
- - native_win32=yes
- - AC_DEFINE(USE_INSTALLED_GLIB, 1, [We are using an installed GLib])
- - ;;
- +dnl *-*-mingw*)
- +dnl native_win32=yes
- +dnl AC_DEFINE(USE_INSTALLED_GLIB, 1, [We are using an installed GLib])
- +dnl ;;
- *)
- native_win32=no
- ;;