Commit 64f57223 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix compil (adapt to latest change in aout)

parent e9947e6f
......@@ -25,7 +25,7 @@
#include "../src/vlcproc.hpp"
#include <vlc_playlist.h>
#include <vlc_input.h>
#include <vlc_aout.h>
#include <vlc_aout_intf.h>
#include <string>
void CmdSetEqualizer::execute()
......
......@@ -24,7 +24,7 @@
#include "cmd_input.hpp"
#include "cmd_dialogs.hpp"
#include <vlc_aout.h>
#include <vlc_aout_intf.h>
#include <vlc_input.h>
#include <vlc_playlist.h>
......
......@@ -29,6 +29,7 @@
#include <vlc_common.h>
#include <vlc_aout.h>
#include <vlc_aout_intf.h>
#include <vlc_vout.h>
#include <vlc_playlist.h>
#include <vlc_url.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