forked from PAWPAW-Mirror/lib_xua
NATIVE_DSD_FORMAT_NUM now guarded by ifndef
This commit is contained in:
@@ -324,8 +324,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NATIVE_DSD
|
#ifdef NATIVE_DSD
|
||||||
/* DSD always the last format */
|
/* DSD always the last format by default */
|
||||||
#define NATIVE_DSD_FORMAT_NUM (OUTPUT_FORMAT_COUNT)
|
#ifndef NATIVE_DSD_FORMAT_NUM
|
||||||
|
#define NATIVE_DSD_FORMAT_NUM (OUTPUT_FORMAT_COUNT)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user