os-auto.mak.in
来自「一个开源的sip源代码」· IN 代码 · 共 17 行
IN
17 行
ifneq (@ac_no_gsm_codec@,1)
DIRS += gsm
endif
ifneq (@ac_no_ilbc_codec@,1)
DIRS += ilbc
endif
ifneq (@ac_no_speex_codec@,1)
DIRS += speex
endif
ifneq ($(findstring pa,@ac_pjmedia_snd@),)
DIRS += portaudio
endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?