diff options
Diffstat (limited to 'libhb/muxmp4.c')
-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" |