makefile
来自「从FFMPEG转换而来的H264解码程序,VC下编译..」· 代码 · 共 17 行
TXT
17 行
SRCS=ffdshow_convert_all.cpp
# enable SSE because compilation fails without it
SSE=yes
include ../makefile.inc
.all: $(OBJS)
clean:
$(RM) $(TEMPFILES)
#
# include dependency files if they exist
#
-include $(SRCS:.cpp=.d) $(SRCS_C:.c=.d)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?