Commit 27ddf9c6 authored by Laurent Aimar's avatar Laurent Aimar

Partial fix for builtin plugin.

parent 0498efe2
...@@ -342,7 +342,7 @@ static inline int demux2_Control( demux_t *p_demux, int i_query, ... ) ...@@ -342,7 +342,7 @@ static inline int demux2_Control( demux_t *p_demux, int i_query, ... )
return i_result; return i_result;
} }
#ifdef __PLUGIN__ #if defined(__PLUGIN__) || defined(__BUILTIN__)
# warning CAN'T YOU SEE THIS IS AN INTERNAL HEADER?! ' # warning CAN'T YOU SEE THIS IS AN INTERNAL HEADER?! '
#else #else
/* Stream */ /* Stream */
......
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