x264-svn-darwin.patch

来自「VLC Player Source Code」· PATCH 代码 · 共 28 行

PATCH
28
字号
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 + =
减小字号Ctrl + -
显示快捷键?