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 /libhb | |
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
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/muxmp4.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |