📄 x264-svn-darwin.patch
字号:
Index: configure===================================================================--- configure (revision 715)+++ configure (working copy)@@ -396,7 +396,7 @@ CFLAGS="$CFLAGS -fPIC" ASFLAGS="$ASFLAGS -D__PIC__" # resolve textrels in the x86 asm- cc_check stdio.h -Wl,-Bsymbolic && LDFLAGS="$LDFLAGS -Wl,-Bsymbolic"+ cc_check stdio.h -Wl && LDFLAGS="$LDFLAGS -Wl" fi if [ "$debug" != "yes" -a "$gprof" != "yes" ]; thenIndex: common/common.h===================================================================--- common/common.h (revision 701)+++ common/common.h (working copy)@@ -67,7 +67,7 @@ #include <stdlib.h> #include <string.h> #include <assert.h>-#include "x264.h"+#include "../x264.h" #include "bs.h" #include "set.h" #include "predict.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -