From d0b341e6ca7010641c362bb36ebfc3d225955056 Mon Sep 17 00:00:00 2001 From: richiesams Date: Tue, 4 Jun 2013 14:17:19 -0500 Subject: ZVISION: Create zvision bare structure Add zvision base engine to engines/zvision as well as modify the necessary engine files (configure.engines, etc.) in order for it to be recognized. --- engines/plugins_table.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/plugins_table.h') diff --git a/engines/plugins_table.h b/engines/plugins_table.h index edc94eb0d3..793f15110c 100644 --- a/engines/plugins_table.h +++ b/engines/plugins_table.h @@ -119,3 +119,6 @@ LINK_PLUGIN(TUCKER) #if PLUGIN_ENABLED_STATIC(WINTERMUTE) LINK_PLUGIN(WINTERMUTE) #endif +#if PLUGIN_ENABLED_STATIC(ZVISION) +LINK_PLUGIN(ZVISION) +#endif -- cgit v1.2.3