Changeset 4549:baef66261946 in roaraudio


Ignore:
Timestamp:
10/25/10 00:27:58 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

unbreak if no libgcrypt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/hash.c

    r4454 r4549  
    8787 
    8888static inline int roar_ht2gcrypt_tested (const int ht) { 
     89#ifdef ROAR_HAVE_LIBGCRYPT 
    8990 const char * name; 
    9091 
     
    102103 
    103104 return ht; 
     105#else 
     106 return -1; 
     107#endif 
    104108} 
    105109 
Note: See TracChangeset for help on using the changeset viewer.