Changes in / [2704647:6c7d49b]


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r2704647 r6c7d49b  
    8282AC_LIBTOOL_DLOPEN
    8383dnl AC_DISABLE_STATIC
    84 dnl allow cross compiling
    85 AC_LIBTOOL_WIN32_DLL
    8684AC_PROG_LIBTOOL
    8785
  • examples/utils.c

    r2704647 r6c7d49b  
    2222void save_data (void);
    2323void restore_data(lash_config_t * lash_config);
     24void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
    2425pthread_t lash_thread;
    2526#endif /* LASH_SUPPORT */
     
    409410
    410411void flush_process(aubio_process_func_t process_func, aubio_print_func_t print){
    411   uint_t i,j;
     412  uint i,j;
    412413  for (i = 0; i < channels; i++) {
    413414    for (j = 0; j < obuf->length; j++) {
  • examples/utils.h

    r2704647 r6c7d49b  
    5757#endif
    5858void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print);
    59 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
    6059
    6160
Note: See TracChangeset for help on using the changeset viewer.