Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source_avcodec.c

    r584714c r44721ff  
    2424  }
    2525
    26 #ifdef HAVE_LIBAV
     26#ifdef HAVE_AVCODEC
    2727  uint_t samplerate = 0;
    2828  uint_t hop_size = 256;
     
    5353  del_aubio_source_avcodec (s);
    5454beach:
    55 #else /* HAVE_LIBAV */
     55#else
    5656  err = 3;
    5757  PRINT_ERR("aubio was not compiled with aubio_source_avcodec\n");
    58 #endif /* HAVE_LIBAV */
     58#endif /* HAVE_AVCODEC */
    5959  return err;
    6060}
Note: See TracChangeset for help on using the changeset viewer.