From 45856fe804b39f8a5fcf39a1617c1fe548a3ecae Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 22 Apr 2013 20:58:43 +0200 Subject: [PATCH] Add CFLAGS -I/opt/vc/include/interface/vmcs_host/linux --- raspberrypi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/raspberrypi/Makefile b/raspberrypi/Makefile index 336a835..3f78c1e 100644 --- a/raspberrypi/Makefile +++ b/raspberrypi/Makefile @@ -20,6 +20,7 @@ CFLAGS += -DARM_ARCH -DRPI_BUILD -Wall CFLAGS += -O3 -mfpu=vfp CFLAGS += `sdl-config --cflags` CFLAGS += -I$(SDKSTAGE)/opt/vc/include -I$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads +CFLAGS += -I/opt/vc/include/interface/vmcs_host/linux # expecting to have PATH set up to get correct sdl-config first -- 2.39.2