]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout.h
Core: add some LIBVLC_USED.
[vlc] / include / vlc_aout.h
index f3d55ecfab442d895d0558f2b6a7f66f657d4930..83e347878c1452031f2cdfab07d294ee394cb85b 100644 (file)
@@ -332,7 +332,7 @@ VLC_EXPORT( void, aout_EnableFilter, (vlc_object_t *, const char *, bool ));
         aout_EnableFilter( VLC_OBJECT(o), n, b )
 
 /* */
-VLC_EXPORT( vout_thread_t *, aout_filter_RequestVout, ( filter_t *, vout_thread_t *p_vout, video_format_t *p_fmt ) );
+VLC_EXPORT( vout_thread_t *, aout_filter_RequestVout, ( filter_t *, vout_thread_t *p_vout, video_format_t *p_fmt ) LIBVLC_USED );
 
 # ifdef __cplusplus
 }