]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/x264-svn-darwin.patch
Fix win32 taglib linking
[vlc] / extras / contrib / src / Patches / x264-svn-darwin.patch
1 Index: configure
2 ===================================================================
3 --- configure   (revision 715)
4 +++ configure   (working copy)
5 @@ -396,7 +396,7 @@
6      CFLAGS="$CFLAGS -fPIC"
7      ASFLAGS="$ASFLAGS -D__PIC__"
8      # resolve textrels in the x86 asm
9 -    cc_check stdio.h -Wl,-Bsymbolic && LDFLAGS="$LDFLAGS -Wl,-Bsymbolic"
10 +    cc_check stdio.h -Wl && LDFLAGS="$LDFLAGS -Wl"
11  fi
12  
13  if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then
14
15 Index: common/common.h
16 ===================================================================
17 --- common/common.h     (revision 701)
18 +++ common/common.h     (working copy)
19 @@ -67,7 +67,7 @@
20  #include <stdlib.h>
21  #include <string.h>
22  #include <assert.h>
23 -#include "x264.h"
24 +#include "../x264.h"
25  #include "bs.h"
26  #include "set.h"
27  #include "predict.h"