Commit 05f57ec9 authored by Clément Stenac's avatar Clément Stenac

Round 3 :)

parent ae32c146
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
#include <cdio/mmc.h> #include <cdio/mmc.h>
#endif #endif
#include "vlc_meta.h" #include <vlc_meta.h>
#include "codecs.h" #include <vlc_codecs.h>
#ifdef HAVE_LIBCDDB #ifdef HAVE_LIBCDDB
#include <cddb/cddb.h> #include <cddb/cddb.h>
......
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_input.h>
#include <vlc_access.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_interface.h> #include <vlc_interface.h>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_access.h> #include <vlc_access.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <codecs.h> #include <vlc_codecs.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
......
...@@ -28,8 +28,9 @@ ...@@ -28,8 +28,9 @@
#include <string.h> #include <string.h>
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <<vlc_input.h>> #include <vlc_access.h>
#include <<vlc_vout.h>> #include <vlc_input.h>
#include <vlc_vout.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <vlc_codec.h> #include <vlc_codec.h>
#include <vlc_vout.h> #include <vlc_vout.h>
#include <vlc_sout.h> #include <vlc_sout.h>
#include <vlc_input.h>
#include <ogg/ogg.h> #include <ogg/ogg.h>
#include <theora/theora.h> #include <theora/theora.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