mirror of https://github.com/mstorsjo/fdk-aac.git
Include the library versions in the publicly installed headers
This allows callers to conditionally use new API features without breaking compatibility with the earlier versions of the library.
This commit is contained in:
parent
1e1eca7c3f
commit
68e7a95519
|
@ -457,6 +457,11 @@ Where N equals to CStreamInfo::frameSize .
|
|||
#include "FDK_audio.h"
|
||||
|
||||
#include "genericStds.h"
|
||||
|
||||
#define AACDECODER_LIB_VL0 3
|
||||
#define AACDECODER_LIB_VL1 0
|
||||
#define AACDECODER_LIB_VL2 0
|
||||
|
||||
/**
|
||||
* \brief AAC decoder error codes.
|
||||
*/
|
||||
|
|
|
@ -1025,6 +1025,10 @@ internally.
|
|||
#include "machine_type.h"
|
||||
#include "FDK_audio.h"
|
||||
|
||||
#define AACENCODER_LIB_VL0 4
|
||||
#define AACENCODER_LIB_VL1 0
|
||||
#define AACENCODER_LIB_VL2 0
|
||||
|
||||
/**
|
||||
* AAC encoder error codes.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue