Commit 26714f22 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

test/headers.c: Make sure __LIBVLC__ isn't defined.

parent 9291c27e
......@@ -26,6 +26,12 @@
#define PACKAGE "vlc"
/* Because we are from src/ __LIBVLC__ is defined, but we don't want that,
* as we act here as a third-party program just linking to libvlc */
#ifdef __LIBVLC__
# undef __LIBVLC__
#endif
#include <vlc/vlc.h>
#include <vlc/libvlc.h>
#include <vlc/libvlc_structures.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