OSDN Git Service

x264 bump from r1698 to r1703
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / P02-darwin-pic.patch
1 Index: configure
2 ===================================================================
3 --- ffmpeg.orig/configure       (revision 22823)
4 +++ ffmpeg/configure    (working copy)
5 @@ -2191,6 +2191,7 @@
6          FFSERVERLDFLAGS=-Wl,-bind_at_load
7          objformat="macho"
8          enabled x86_64 && objformat="macho64"
9 +        enabled x86_64 && enable pic
10          enabled_any pic shared ||
11              { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
12          ;;
13 @@ -2291,7 +2292,7 @@
14          ;;
15  esac
16  
17 -check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
18 +#check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
19  
20  set_default $PATHS_LIST
21