Home
last modified time | relevance | path

Searched refs:PSY_ALPHA_VERSION (Results 1 – 2 of 2) sorted by relevance

/third_party/lame/libmp3lame/
Dversion.c165 #if PSY_ALPHA_VERSION > 0 in get_psy_version()
168 " (alpha " STR(PSY_ALPHA_VERSION) ", " __DATE__ " " __TIME__ ")"; in get_psy_version()
225 lvp->psy_alpha = PSY_ALPHA_VERSION; in get_lame_version_numerical()
Dversion.h47 # define PSY_ALPHA_VERSION 0 /* Set number if this is an alpha version, otherwise zero */ macro