summaryrefslogtreecommitdiffstats
path: root/contrib/Jamfile
diff options
context:
space:
mode:
authoreddyg <[email protected]>2008-07-02 00:00:02 +0000
committereddyg <[email protected]>2008-07-02 00:00:02 +0000
commit9da96ff4400c93e5559204e96552f8d777ac7dda (patch)
tree80f113048520d22734f1a6075a97c257c77b32ff /contrib/Jamfile
parent23b08913469981587d91e628ca9331d2693fffdf (diff)
Added Paul Kendalls ffmpeg AAC-LATM codec. Allows HB to decode AAC-LATM
MPEG-TS DVB streams. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1550 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r--contrib/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile
index 9e226769a..a723f1b7b 100644
--- a/contrib/Jamfile
+++ b/contrib/Jamfile
@@ -78,6 +78,7 @@ LibFaad2 $(SUBDIR)/lib/libfaad.a : $(SUBDIR)/faad2.tar.gz ;
rule LibAvCodec
{
FFMPEG_PATCH = "$(PATCH) -p0 < ../patch-ffmpeg.patch" ;
+ FFMPEG_PATCH += " && $(PATCH) -p0 < ../patch-ffmpeg-latm.patch " ;
if $(OS) = CYGWIN
{
FFMPEG_PATCH += " && $(PATCH) -p1 < ../patch-ffmpeg-cygwin.patch " ;