From b09ef67d1381b2c04ad4b2804bce7e1adfdd8575 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 23 Mar 2015 10:51:13 +0100 Subject: Remove ENABLE_DEBUG_LOGFILE define from version.h --- demuxer/LAVSplitter/LAVSplitter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demuxer') diff --git a/demuxer/LAVSplitter/LAVSplitter.cpp b/demuxer/LAVSplitter/LAVSplitter.cpp index c2713e39..5f03507e 100644 --- a/demuxer/LAVSplitter/LAVSplitter.cpp +++ b/demuxer/LAVSplitter/LAVSplitter.cpp @@ -66,7 +66,7 @@ CLAVSplitter::CLAVSplitter(LPUNKNOWN pUnk, HRESULT* phr) DbgSetModuleLevel (LOG_TRACE, DWORD_MAX); DbgSetModuleLevel (LOG_ERROR, DWORD_MAX); -#if ENABLE_DEBUG_LOGFILE +#ifdef LAV_DEBUG_RELEASE DbgSetLogFileDesktop(LAVF_LOG_FILE); #endif #endif @@ -86,7 +86,7 @@ CLAVSplitter::~CLAVSplitter() SafeRelease(&m_pSite); -#if defined(DEBUG) && ENABLE_DEBUG_LOGFILE +#if defined(DEBUG) && defined(LAV_DEBUG_RELEASE) DbgCloseLogFile(); #endif } -- cgit v1.2.3