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

Fix compiler warning: 'araw.c:62: warning: static' but never defined'

parent c6ead256
...@@ -59,7 +59,9 @@ vlc_module_end(); ...@@ -59,7 +59,9 @@ vlc_module_end();
* Local prototypes * Local prototypes
*****************************************************************************/ *****************************************************************************/
static aout_buffer_t *DecodeBlock( decoder_t *, block_t ** ); static aout_buffer_t *DecodeBlock( decoder_t *, block_t ** );
#ifdef ENABLE_SOUT
static block_t *EncoderEncode( encoder_t *, aout_buffer_t * ); static block_t *EncoderEncode( encoder_t *, aout_buffer_t * );
#endif
struct decoder_sys_t struct decoder_sys_t
{ {
......
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