diff options
author | jbrjake <[email protected]> | 2008-10-22 21:39:28 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2008-10-22 21:39:28 +0000 |
commit | 736d43ec936b753cd428f3a9957e4ad2343c5aa3 (patch) | |
tree | 934da4fcdac1418bde30236a6f6c1f4990995268 | |
parent | 226447cbf8d4f5b5717af4756d263c0fa7bcaf90 (diff) |
Bumps libmp4v2 to r36, which fixes the problem with QuickTime reading non-H.264 video, and also features a snazzy new layout and build routine thanks to KonaBlend (which necessitated a minor change to the include path for muxmp4.c).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1859 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | contrib/version_libmp4v2.txt | 2 | ||||
-rw-r--r-- | libhb/muxmp4.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/version_libmp4v2.txt b/contrib/version_libmp4v2.txt index 2e791f225..70ae23927 100644 --- a/contrib/version_libmp4v2.txt +++ b/contrib/version_libmp4v2.txt @@ -1 +1 @@ -http://download.m0k.org/handbrake/contrib/libmp4v2-r22.tar.gz +http://download.m0k.org/handbrake/contrib/libmp4v2-r36.tar.gz diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index dfee48c54..79517844f 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -5,7 +5,7 @@ It may be used under the terms of the GNU General Public License. */ /* libmp4v2 header */ -#include "mp4.h" +#include "mp4v2/mp4v2.h" #include "hb.h" |