diff options
author | jbrjake <[email protected]> | 2008-10-15 23:44:38 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-10-15 23:44:38 +0000 |
commit | caad2988777bb1882ede66460edc252a04e40bd6 (patch) | |
tree | dff22018851ecb65533cb7824566149c2de208c0 /libhb/Jamfile | |
parent | 8079d10b0c22f7a7270828829286cb9947b8a99d (diff) |
Bumps libmp4v2 to r21, which fixes that include issue by folding the old 5.5G iPod UUID atom into the library, as well as a typing issue with Linux systems.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1836 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/Jamfile')
-rw-r--r-- | libhb/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/Jamfile b/libhb/Jamfile index 5352265b5..51158b9fd 100644 --- a/libhb/Jamfile +++ b/libhb/Jamfile @@ -7,7 +7,7 @@ SubDir TOP libhb : hbversion.h ; LIBHB_SRC = -ipodutil.cpp common.c hb.c ports.c scan.c work.c decmpeg2.c encavcodec.c update.c +common.c hb.c ports.c scan.c work.c decmpeg2.c encavcodec.c update.c demuxmpeg.c fifo.c render.c reader.c muxcommon.c muxmp4.c sync.c stream.c decsub.c deca52.c decdca.c encfaac.c declpcm.c encx264.c decavcodec.c encxvid.c muxavi.c enclame.c muxogm.c encvorbis.c dvd.c muxmkv.c deblock.c deinterlace.c |