Commit 26225505 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Ugly kludge around a kludge around a kludge. That's so nice.

parent 9b6b0df3
......@@ -339,6 +339,9 @@ static inline int demux2_Control( demux_t *p_demux, int i_query, ... )
return i_result;
}
#ifdef __PLUGIN__
# warning CAN'T YOU SEE THIS IS AN INTERNAL HEADER?!
#else
/* Stream */
/**
* stream_t definition
......@@ -369,3 +372,5 @@ static inline stream_t *vlc_stream_create( vlc_object_t *obj )
VLC_OBJECT_STREAM, "stream" );
}
#endif
#endif
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