]> git.sesse.net Git - vlc/blobdiff - modules/codec/araw.c
Fix compiler warning: 'araw.c:62: warning: static' but never defined'
[vlc] / modules / codec / araw.c
index e615f3f17aadccd106cf5161fddd7e5ebab66475..fdbaa746308bd84a9bf3634d475bd95ff24dbc44 100644 (file)
@@ -59,7 +59,9 @@ vlc_module_end();
  * Local prototypes
  *****************************************************************************/
 static aout_buffer_t *DecodeBlock( decoder_t *, block_t ** );
+#ifdef ENABLE_SOUT
 static block_t *EncoderEncode( encoder_t *, aout_buffer_t * );
+#endif
 
 struct decoder_sys_t
 {