From ad02755d84c683ad8327dd180f40b5711761bcc8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 28 Apr 2014 06:46:54 +0200 Subject: [PATCH] Ifdef dsp_lib variable with HAVE_DYLIB --- general.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general.h b/general.h index ce04b92850..6c72820fc0 100644 --- a/general.h +++ b/general.h @@ -486,7 +486,9 @@ struct global size_t rewind_ptr; size_t rewind_size; +#ifdef HAVE_DYLIB dylib_t dsp_lib; +#endif const rarch_dsp_plugin_t *dsp_plugin; void *dsp_handle;