Commit 1131285f authored by Jean-Paul Saman's avatar Jean-Paul Saman

The include vlc_md5.h is in the include path and not local

parent beaa856a
......@@ -32,7 +32,7 @@
#ifdef __VLC__
# include <vlc/vlc.h>
# include "vlc_md5.h"
# include <vlc_md5.h>
# include "libmp4.h"
#else
# include "drmsvl.h"
......
......@@ -28,6 +28,7 @@
#include <vlc/vlc.h>
#include <vlc/input.h>
#include <vlc_playlist.h>
#include <vlc_md5.h>
#include "iso_lang.h"
#include "vlc_meta.h"
......@@ -164,7 +165,7 @@ static int MP4_TrackSampleSize( mp4_track_t * );
static int MP4_TrackNextSample( demux_t *, mp4_track_t * );
static void MP4_TrackSetELST( demux_t *, mp4_track_t *, int64_t );
/* Return time in s of a track */
/* Return time in s of a track */
static inline int64_t MP4_TrackGetDTS( demux_t *p_demux, mp4_track_t *p_track )
{
#define chunk p_track->chunk[p_track->i_chunk]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment