diff options
author | jbrjake <[email protected]> | 2007-08-11 18:21:21 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-08-11 18:21:21 +0000 |
commit | b811ee3c5e1108fbbb21961d4fcad0942b1a609f (patch) | |
tree | 86721c42910524a52715a72858ead6f6146c51f1 /contrib/Jamfile | |
parent | 6bd6cb369fcdefd64f0ccdc1c2d3bb07c2a7eacc (diff) |
Applies a patch from the MPlayer project to libmpeg2. This allows mpeg2dec to see PIC_FLAG_REPEAT_FIRST_FIELD in frame structures.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@798 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/Jamfile')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index d99672666..59cc1747b 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -237,7 +237,7 @@ rule LibMpeg2 actions LibMpeg2 { cd `dirname $(>)` && CONTRIB=`pwd` && - rm -rf mpeg2dec && tar xzf mpeg2dec.tar.gz && cd mpeg2dec && + rm -rf mpeg2dec && tar xzf mpeg2dec.tar.gz && cd mpeg2dec && patch -p1 < ../patch-libmpeg2.patch && ./configure --prefix=$CONTRIB --disable-shared --disable-sdl && make && make install && strip -S $CONTRIB/lib/libmpeg2.a |