summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-10-22 21:39:28 +0000
committerjbrjake <[email protected]>2008-10-22 21:39:28 +0000
commit736d43ec936b753cd428f3a9957e4ad2343c5aa3 (patch)
tree934da4fcdac1418bde30236a6f6c1f4990995268 /libhb
parent226447cbf8d4f5b5717af4756d263c0fa7bcaf90 (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.c2
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"