mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1073003 - Fix warnings about macro redefinitions by renaming macros. r=ehsan
--HG-- extra : rebase_source : b0f80299a702ea1952de52e21f175b738dd2f752 extra : source : 119e8a1f1683aee07c44492c8861ca85e4a2388d
This commit is contained in:
parent
58d495a4ff
commit
ca686f0043
@ -37,12 +37,12 @@ using namespace android;
|
|||||||
#define START_DEQUEUE_BUFFER_TIMEOUT_US (10 * DEQUEUE_BUFFER_TIMEOUT_US) // 1s.
|
#define START_DEQUEUE_BUFFER_TIMEOUT_US (10 * DEQUEUE_BUFFER_TIMEOUT_US) // 1s.
|
||||||
#define DRAIN_THREAD_TIMEOUT_US (1000 * 1000ll) // 1s.
|
#define DRAIN_THREAD_TIMEOUT_US (1000 * 1000ll) // 1s.
|
||||||
|
|
||||||
#define LOG_TAG "WebrtcOMXH264VideoCodec"
|
#define WOHVC_LOG_TAG "WebrtcOMXH264VideoCodec"
|
||||||
#define CODEC_LOGV(...) CSFLogInfo(LOG_TAG, __VA_ARGS__)
|
#define CODEC_LOGV(...) CSFLogInfo(WOHVC_LOG_TAG, __VA_ARGS__)
|
||||||
#define CODEC_LOGD(...) CSFLogDebug(LOG_TAG, __VA_ARGS__)
|
#define CODEC_LOGD(...) CSFLogDebug(WOHVC_LOG_TAG, __VA_ARGS__)
|
||||||
#define CODEC_LOGI(...) CSFLogInfo(LOG_TAG, __VA_ARGS__)
|
#define CODEC_LOGI(...) CSFLogInfo(WOHVC_LOG_TAG, __VA_ARGS__)
|
||||||
#define CODEC_LOGW(...) CSFLogWarn(LOG_TAG, __VA_ARGS__)
|
#define CODEC_LOGW(...) CSFLogWarn(WOHVC_LOG_TAG, __VA_ARGS__)
|
||||||
#define CODEC_LOGE(...) CSFLogError(LOG_TAG, __VA_ARGS__)
|
#define CODEC_LOGE(...) CSFLogError(WOHVC_LOG_TAG, __VA_ARGS__)
|
||||||
|
|
||||||
namespace mozilla {
|
namespace mozilla {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user