⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dist.conf

📁 MiniSip Client with DomainKeys Authentication, Sip, Audio communications, Echo Cancel
💻 CONF
字号:
#!/usr/bin/perl##  dist.conf - minisip configuration for Win32##  The settings provided here should extend the core configuration#  in ways that are specific to the Win32 distribution.  This may #  include calling new callbacks defined by the 'dist.pl' script.########$win32_do_strip = 1;@win32_contents = (		   bsd_glob("${destdir}${prefixdir}/bin/*.exe"),		   bsd_glob("${destdir}${prefixdir}/bin/*.dll"),		   bsd_glob("${destdir}${prefixdir}/lib/libminisip/plugins/*.dll")		   );@win32_params = (		 );push (@win32_params, "-DSSLDIR=${ssldir}") if $ssldir;## override libmutil configure parametersset_configure_param('libmutil', 		    pthread => 'no',		    );## override libminisip configure parametersset_configure_param('libminisip',		    dsound => 1,		    gconf => 0,		    portaudio => undef,		    );1

⌨️ 快捷键说明

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