config.h 215 B

12345678910111213
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. /* use faster resampler (uses more memory) */
  4. #define RESAMPLE_FULL_SINC_TABLE 1
  5. #define OPE_BUILD
  6. #define PACKAGE_NAME "libopusenc"
  7. #include "version.h"
  8. #endif /* CONFIG_H */