Changes in / [2704647:6c7d49b]
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r2704647 r6c7d49b 82 82 AC_LIBTOOL_DLOPEN 83 83 dnl AC_DISABLE_STATIC 84 dnl allow cross compiling85 AC_LIBTOOL_WIN32_DLL86 84 AC_PROG_LIBTOOL 87 85 -
examples/utils.c
r2704647 r6c7d49b 22 22 void save_data (void); 23 23 void restore_data(lash_config_t * lash_config); 24 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print); 24 25 pthread_t lash_thread; 25 26 #endif /* LASH_SUPPORT */ … … 409 410 410 411 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print){ 411 uint _ti,j;412 uint i,j; 412 413 for (i = 0; i < channels; i++) { 413 414 for (j = 0; j < obuf->length; j++) { -
examples/utils.h
r2704647 r6c7d49b 57 57 #endif 58 58 void 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);60 59 61 60
Note: See TracChangeset
for help on using the changeset viewer.