mirror of
https://github.com/xiph/opus.git
synced 2025-06-05 15:03:39 +00:00
23 lines
459 B
C
23 lines
459 B
C
/* config.h. Generated from config.h.in by configure. */
|
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
|
|
|
/* This is a build of CELT */
|
|
#define CELT_BUILD /**/
|
|
|
|
/* Version extra */
|
|
#define CELT_EXTRA_VERSION ""
|
|
|
|
/* Version major */
|
|
#define CELT_MAJOR_VERSION 0
|
|
|
|
/* Version micro */
|
|
#define CELT_MICRO_VERSION 2
|
|
|
|
/* Version minor */
|
|
#define CELT_MINOR_VERSION 5
|
|
|
|
/* Complete version string */
|
|
#define CELT_VERSION "0.6.0"
|
|
|
|
|
|
#define restrict
|