📄 makefile.am
字号:
include $(top_srcdir)/misc/Makefile.common# -fomit-frame-pointer is always needed. it might cause debug to not# work, but at least it compiles.AM_CFLAGS = -fomit-frame-pointer -fno-strict-aliasingAM_CPPFLAGS = $(LIBFFMPEG_CPPFLAGS) -I$(top_srcdir)/src/libffmpeg/libavcodec # Avoid errors with -O0postprocess.o postprocess.lo: CFLAGS=`echo @CFLAGS@ | sed -e 's/-O0\?\s/-Os /g'`ASFLAGS =noinst_LTLIBRARIES = libpostprocess.laEXTRA_DIST = postprocess_template.c postprocess_altivec_template.clibpostprocess_la_SOURCES = postprocess.cnoinst_HEADERS = mangle.h postprocess.h postprocess_internal.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -