OSDN Git Service

Cygwin Contrib pack download file - Incorrect EOL markers threw it. Now fixed
[handbrake-jp/handbrake-jp-git.git] / contrib / patch-mpeg4ip-faac.patch
1 diff -ruN mpeg4ip/bootstrap mpeg4ip.work/bootstrap
2 --- mpeg4ip/bootstrap   2005-10-13 14:09:41.000000000 -0600
3 +++ mpeg4ip.work/bootstrap      2007-02-13 16:03:30.236971291 -0700
4 @@ -47,9 +47,9 @@
5  #
6  if test $target_system = "Linux"; then
7      have_faac=no
8 -    if which faac >/dev/null 2>/dev/null; then
9 -       have_faac=yes
10 -    fi
11 +#    if which faac >/dev/null 2>/dev/null; then
12 +#      have_faac=yes
13 +#    fi
14  
15      if test $have_faac = "yes"; then
16         # we have lame and faac - see if faac is built with mp4 support