Get rid of OpenCV for now
authorSam Moore <[email protected]>
Thu, 12 Sep 2013 05:16:47 +0000 (13:16 +0800)
committerSam Moore <[email protected]>
Thu, 12 Sep 2013 05:16:47 +0000 (13:16 +0800)
(Won't fit on BBB SD card)

server/Makefile
server/run.sh

index 72d37de..b674ab0 100644 (file)
@@ -6,12 +6,12 @@ OBJ = log.o control.o sensor.o fastcgi.o thread.o main.o
 RM = rm -f
 
 BIN = server
-BIN2 = stream
+#BIN2 = stream
 
 all : $(BIN) $(BIN2)
 
-stream : stream.c
-       $(CXX) -o stream stream.c -I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -lm
+#stream : stream.c
+#      $(CXX) -o stream stream.c -I/usr/include/opencv -I/usr/include/opencv2/highgui -L/usr/lib -lopencv_highgui -lopencv_core -lopencv_ml -lopencv_imgproc -lm
 
 
 $(BIN) : $(OBJ)
index a776cbd..aafc5d1 100755 (executable)
@@ -2,5 +2,5 @@
 # Use this to quickly test run the server in valgrind
 #spawn-fcgi -p9005 -n ./valgrind.sh
 # Use this to run the server normally
-./stream &
+#./stream &
 spawn-fcgi -p9005 -n ./server

UCC git Repository :: git.ucc.asn.au