Patches mpeg4ip's build script so it doesn't check for libmp4v2 compatibility in...
[HandBrake.git] / contrib / patch-mpeg4ip-faac.patch
blobd8c46d682bcf90dbecaff3796ec216cc5b8c9ff4
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 @@
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
15 if test $have_faac = "yes"; then
16 # we have lame and faac - see if faac is built with mp4 support