Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/LAVAudio/LAVAudio.cpp')
-rw-r--r--decoder/LAVAudio/LAVAudio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/LAVAudio/LAVAudio.cpp b/decoder/LAVAudio/LAVAudio.cpp
index 59cda835..3f5729ab 100644
--- a/decoder/LAVAudio/LAVAudio.cpp
+++ b/decoder/LAVAudio/LAVAudio.cpp
@@ -98,7 +98,7 @@ CLAVAudio::CLAVAudio(LPUNKNOWN pUnk, HRESULT* phr)
//DbgSetModuleLevel (LOG_CUSTOM2, DWORD_MAX); // Jitter statistics
//DbgSetModuleLevel (LOG_CUSTOM5, DWORD_MAX); // Extensive timing options
-#if ENABLE_DEBUG_LOGFILE
+#ifdef LAV_DEBUG_RELEASE
DbgSetLogFileDesktop(LAVC_AUDIO_LOG_FILE);
#endif
#else
@@ -118,7 +118,7 @@ CLAVAudio::~CLAVAudio()
m_hDllExtraDecoder = nullptr;
}
-#if defined(DEBUG) && ENABLE_DEBUG_LOGFILE
+#if defined(DEBUG) && defined(LAV_DEBUG_RELEASE)
DbgCloseLogFile();
#endif
}