Commit 7000d76f authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: missing config.h

parent 9488d2fc
......@@ -20,6 +20,10 @@
#ifndef COMMANDSQUEUE_HPP_
#define COMMANDSQUEUE_HPP_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_es.h>
#include <vlc_atomic.h>
......
......@@ -20,6 +20,10 @@
#ifndef FAKEESOUT_HPP
#define FAKEESOUT_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "CommandsQueue.hpp"
#include <vlc_atomic.h>
......
......@@ -20,6 +20,10 @@
#ifndef FAKEESOUTID_HPP
#define FAKEESOUTID_HPP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_es.h>
......
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