Commit 2d7e80dc authored by Rafaël Carré's avatar Rafaël Carré

demuxers: add missing vlc_meta.h header

parent 319597fd
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_codec.h> #include <vlc_codec.h>
#include <math.h> #include <math.h>
......
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include "vlc_codec.h" #include <vlc_codec.h>
#include <vlc_meta.h>
/***************************************************************************** /*****************************************************************************
* Module descriptor * Module descriptor
......
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