[vlc-devel] How can add a new codec module to VLC?
    Ye, Xiaolu 
    xiaolu.ye at intel.com
       
    Thu May 20 07:20:28 CEST 2004
    
    
  
I'm already add: 
vlc_module_begin(); 
set_description( _("Sigma decoder (using sigma library)") ); 
set_capability( "decoder", 120 ); 
set_callbacks( OpenDecoder, CloseDecoder ); 
add_shortcut( "sigma" ); 
vlc_module_end(); 
Anything else need to do? How can I compile this module?
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20040520/2033cb80/attachment.html>
    
    
More information about the vlc-devel
mailing list