diff options
author | eddyg <[email protected]> | 2008-02-14 02:19:09 +0000 |
---|---|---|
committer | eddyg <[email protected]> | 2008-02-14 02:19:09 +0000 |
commit | 39212ff7d8ac8f72b59196e38e5173b8ec503f6a (patch) | |
tree | 7bdc4a4c00753e7da8d32b06cdaf6e25fdac4ef4 /contrib/Jamfile | |
parent | 550c8afa6360c157906fa1067b54327fb6797ecf (diff) |
AC3 from DVD via HB converted to M4V for viewing on ATV
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1261 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index c9e29f91c..ebc9e7ffe 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -218,6 +218,7 @@ rule LibMp4v2 } LIBMP4V2_PATCH += "$(PATCH) -p1 < ../patch-mpeg4ip.patch && " ; LIBMP4V2_PATCH += "$(PATCH) -p1 < ../patch-mpeg4ip-nasm-2.00-configure.patch && " ; + LIBMP4V2_PATCH += "$(PATCH) -p1 < ../patch-mpeg4ip-ac3.patch && " ; Depends $(<) : $(>) ; Depends lib : $(<) ; } |