From fa9cfe0a7ff390f15bfdc6add7e57841173d1954 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 7 Dec 2010 12:45:07 +0200 Subject: make PCNT stuff optional --- frontend/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/plugin.c') diff --git a/frontend/plugin.c b/frontend/plugin.c index 6cde989..bcf3885 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -199,6 +199,8 @@ void *plugin_link(enum builtint_plugins_e id, const char *sym) return NULL; } +#ifdef PCNT + /* basic profile stuff */ #include "pcnt.h" @@ -275,3 +277,4 @@ void pcnt_hook_plugins(void) hook_it(SPU_playCDDAchannel); } +#endif -- cgit v1.2.3