Changeset 5512:71b49441933f in roaraudio for include


Ignore:
Timestamp:
05/28/12 12:37:00 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

avoid the need for linking plugins against libroar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/roardl.h

    r5511 r5512  
    9494                                          (para->version != ROAR_DL_LIBPARA_VERSION ||            \ 
    9595                                           para->len < sizeof(struct roar_dl_librarypara)) ) {    \ 
    96                                       roar_err_set(ROAR_ERROR_NSVERSION);                         \ 
     96                                      /* we should set ROAR_ERROR_NSVERSION here but can not */   \ 
     97                                      /* because that would require the plugin to be linked */    \ 
     98                                      /* aginst libroar */                                        \ 
    9799                                      return NULL;                                                \ 
    98100                                     }                                                            \ 
Note: See TracChangeset for help on using the changeset viewer.