Vanilla I. Shu 6418c819fc Add libhdhomerun 20150826, library and command line utility for
interfacing with HDHomeRun device.

PR:		206409
Submitted by:	sam@middling.me.uk
2016-01-20 03:04:34 +00:00

12 lines
363 B
Plaintext

--- Makefile.orig 2016-01-20 02:55:42 UTC
+++ Makefile
@@ -11,7 +11,7 @@ LIBSRCS += hdhomerun_pkt.c
LIBSRCS += hdhomerun_sock_posix.c
LIBSRCS += hdhomerun_video.c
-CC := $(CROSS_COMPILE)gcc
+#CC := $(CROSS_COMPILE)gcc
STRIP := $(CROSS_COMPILE)strip
CFLAGS += -Wall -O2 -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith