Commit e52e4641 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix include: libvlc.h, is in vlc/libvlc.h now.

parent fe66192a
...@@ -364,7 +364,7 @@ struct stream_t ...@@ -364,7 +364,7 @@ struct stream_t
vlc_bool_t b_little_endian; vlc_bool_t b_little_endian;
}; };
#include <libvlc.h> #include <vlc/libvlc.h>
static inline stream_t *vlc_stream_create( vlc_object_t *obj ) static inline stream_t *vlc_stream_create( vlc_object_t *obj )
{ {
......
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