]> git.sesse.net Git - vlc/blobdiff - src/control/video.c
libvlc: Split libvlc_internal in different independant headers.
[vlc] / src / control / video.c
index 380decdb300437233140c4486023ffb8db1070e1..3b79f555f9a22e112425b05aff680c6335405b82 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include "libvlc_internal.h"
-
 #include <vlc/libvlc.h>
+#include <vlc/libvlc_media.h>
+#include <vlc/libvlc_media_player.h>
+
+#include <vlc_common.h>
 #include <vlc_input.h>
 #include <vlc_vout.h>
 
+#include "media_player_internal.h"
+
 /*
  * Remember to release the returned vout_thread_t.
  */