From 121b455e1e46617c670a8b9dfa77bbb1aa97a51a Mon Sep 17 00:00:00 2001 From: Jorawar Singh Date: Tue, 4 Jul 2017 15:14:46 +0530 Subject: Fixed standalone conversion errors with RPi files --- includes/sci2clib.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'includes/sci2clib.h') diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 5f02311..aa940cb 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -446,12 +446,12 @@ extern "C" { #include "modk.h" #include "int_modk.h" /* interfacing idct */ -#include "idct.h" -#include "int_idct.h" +//#include "idct.h" +//#include "int_idct.h" /* interfacing dct */ -#include "dct.h" -#include "int_dct.h" +//#include "dct.h" +//#include "int_dct.h" /* interfacing convol */ #include "conv.h" @@ -709,7 +709,7 @@ extern "C" { #endif /*RPi*/ -//#ifdef RPi1 +#ifdef RPi1 #include "wiringPi.h" #include "RPIPeripheralDigital.h" #include "int_RPIPeripheralDigital.h" @@ -743,7 +743,7 @@ extern "C" { #include "int_RPIPeripheralSoft.h" #include "RPIPeripheralTiming.h" #include "int_RPIPeripheralTiming.h" -//#endif +#endif #ifdef __cplusplus } -- cgit