windowscodecs: Only declare jpeg debug channel if jpeg is supported.
This commit is contained in:
parent
ef1ad5f374
commit
bceb274c94
|
@ -55,9 +55,9 @@
|
|||
#include "wine/library.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(wincodecs);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(jpeg);
|
||||
|
||||
#ifdef SONAME_LIBJPEG
|
||||
WINE_DECLARE_DEBUG_CHANNEL(jpeg);
|
||||
|
||||
static void *libjpeg_handle;
|
||||
|
||||
|
|
Loading…
Reference in New Issue