genmakefiles
来自「c++实现的流媒体库,和mplayer结合就可以实现多媒体的网络播放,属于开源项」· 代码 · 共 47 行
TXT
47 行
#!/bin/shusage() { echo "Usage: $0 <os-platform>" exit 1}if [ $# -ne 1 ]then usage $*ficd liveMedia/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../groupsock/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../UsageEnvironment/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../BasicUsageEnvironment/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../testProgs/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../mediaServer/bin/rm -f Makefilecat Makefile.head ../config.$1 Makefile.tail > Makefilechmod a-w Makefilecd ../bin/rm -f Makefilecat Makefile.head config.$1 Makefile.tail > Makefilechmod a-w Makefile
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?