📄 makefile.am
字号:
if SERVER
if PLAYER
SUBDIRS = include lib common player server util doc mpeg4ip.pbproj
else
SUBDIRS = include lib common server util doc
endif
else
if PLAYER
SUBDIRS = include lib common player util doc mpeg4ip.pbproj
else
SUBDIRS = include lib util doc
endif
endif
EXTRA_DIST = bootstrap cvs_bootstrap encoding60.dsw README_FIRST strip_fPIC.sh
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -