Commit 89daefdd authored by Clément Stenac's avatar Clément Stenac

« En essayant continuellement on finit par réussir. Donc : plus ça rate, plus...

« En essayant continuellement on finit par réussir. Donc : plus ça rate, plus on a de chances que ça marche. »
parent 05f57ec9
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_demux.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_interface.h> #include <vlc_interface.h>
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_codec.h> #include <vlc_codec.h>
#include "vlc_filter.h" #include <vlc_vout.h>
#include <vlc_filter.h>
/* ffmpeg headers */ /* ffmpeg headers */
#ifdef HAVE_FFMPEG_AVCODEC_H #ifdef HAVE_FFMPEG_AVCODEC_H
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
*****************************************************************************/ *****************************************************************************/
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_meta.h>
#include <vlc_codec.h> #include <vlc_codec.h>
#include <math.h> #include <math.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