Skip to content
Snippets Groups Projects
Commit 586e1cba authored by Steve Lhomme's avatar Steve Lhomme
Browse files

libvlc: use the local includes in vlc.h

Do not allow messing with the include path and end up using other
includes.

Any C compiler should respect the "" meaning including local files
before looking in other pathes.
parent 07d8bc70
No related branches found
Tags 3.2.0
1 merge request!2941libvlc: use the local includes in vlc.h
Pipeline #322714 passed with stages
in 24 minutes and 38 seconds
......@@ -36,18 +36,18 @@
extern "C" {
# endif
#include <vlc/libvlc.h>
#include <vlc/libvlc_renderer_discoverer.h>
#include <vlc/libvlc_picture.h>
#include <vlc/libvlc_media.h>
#include <vlc/libvlc_media_player.h>
#include <vlc/libvlc_media_list.h>
#include <vlc/libvlc_media_list_player.h>
#include <vlc/libvlc_media_discoverer.h>
#include <vlc/libvlc_events.h>
#include <vlc/libvlc_dialog.h>
#include <vlc/libvlc_version.h>
#include <vlc/deprecated.h>
#include "libvlc.h"
#include "libvlc_renderer_discoverer.h"
#include "libvlc_picture.h"
#include "libvlc_media.h"
#include "libvlc_media_player.h"
#include "libvlc_media_list.h"
#include "libvlc_media_list_player.h"
#include "libvlc_media_discoverer.h"
#include "libvlc_events.h"
#include "libvlc_dialog.h"
#include "libvlc_version.h"
#include "deprecated.h"
# ifdef __cplusplus
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment