portaudio-cross.patch

来自「uclinux 下的vlc播放器源代码」· PATCH 代码 · 共 17 行

PATCH
17
字号
--- portaudio/configure.in	2005-12-01 15:07:26.000000000 +0000+++ portaudio-new/configure.in	2005-12-09 18:48:43.000000000 +0000@@ -75,9 +75,10 @@  dnl sizeof checks: we will need a 16-bit and a 32-bit type -AC_CHECK_SIZEOF(short)-AC_CHECK_SIZEOF(int)-AC_CHECK_SIZEOF(long)+dnl don't work if you crosscompile +dnl AC_CHECK_SIZEOF(short)+dnl AC_CHECK_SIZEOF(int)+dnl AC_CHECK_SIZEOF(long)  dnl extra variables AC_SUBST(OTHER_OBJS)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?