mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Update libaaf to v1.0-10-g13f0b0a
This commit is contained in:
parent
da4218c2db
commit
4883867f2b
20 changed files with 116 additions and 262 deletions
|
|
@ -30,13 +30,13 @@
|
|||
#include "aaf/log.h"
|
||||
|
||||
#define debug(...) \
|
||||
AAF_LOG (aafi->log, aafi, DEBUG_SRC_ID_AAF_IFACE, VERB_DEBUG, __VA_ARGS__)
|
||||
AAF_LOG (aafi->log, aafi, LOG_SRC_ID_AAF_IFACE, VERB_DEBUG, __VA_ARGS__)
|
||||
|
||||
#define warning(...) \
|
||||
AAF_LOG (aafi->log, aafi, DEBUG_SRC_ID_AAF_IFACE, VERB_WARNING, __VA_ARGS__)
|
||||
AAF_LOG (aafi->log, aafi, LOG_SRC_ID_AAF_IFACE, VERB_WARNING, __VA_ARGS__)
|
||||
|
||||
#define error(...) \
|
||||
AAF_LOG (aafi->log, aafi, DEBUG_SRC_ID_AAF_IFACE, VERB_ERROR, __VA_ARGS__)
|
||||
AAF_LOG (aafi->log, aafi, LOG_SRC_ID_AAF_IFACE, VERB_ERROR, __VA_ARGS__)
|
||||
|
||||
int
|
||||
resolve_AAF (struct AAF_Iface* aafi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue