Commit 164fc98b authored by Martin Storsjo's avatar Martin Storsjo

Include the encoder library version in the publicly installed header

This allows callers to conditionally use new API features without
breaking compatibility with the earlier versions of the library.
parent c8002b04
......@@ -705,6 +705,9 @@ the encoder deactivates PNS calculation internally.
#include "machine_type.h"
#include "FDK_audio.h"
#define AACENCODER_LIB_VL0 3
#define AACENCODER_LIB_VL1 4
#define AACENCODER_LIB_VL2 12
/**
* AAC encoder error codes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment