X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fcontrol%2Fplaylist.c;h=79f274cda5757fe50a677005e1ac9d836776f2d6;hb=4787f2365afd93cbd2fa8fc5790920b5ad10fc40;hp=a2ccdc80ae3345997604212111d717d884ff6795;hpb=564122b4258ab0b11060f90a5109edb073cfa54c;p=vlc diff --git a/src/control/playlist.c b/src/control/playlist.c index a2ccdc80ae..79f274cda5 100644 --- a/src/control/playlist.c +++ b/src/control/playlist.c @@ -21,6 +21,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include "libvlc_internal.h" #include "libvlc.h" @@ -35,8 +39,7 @@ #include void libvlc_playlist_play( libvlc_instance_t *p_instance, int i_id, - int i_options, char **ppsz_options, - libvlc_exception_t *p_e ) + int i_options, char **ppsz_options ) { playlist_t *pl = libvlc_priv (p_instance->p_libvlc_int)->p_playlist; VLC_UNUSED(i_id); VLC_UNUSED(i_options); VLC_UNUSED(ppsz_options);