summaryrefslogtreecommitdiff
path: root/examples/live_stream
diff options
context:
space:
mode:
authorWalter Goossens <walter.goossens@axon.tv>2015-06-06 23:47:31 +0200
committerWalter Goossens <walter.goossens@axon.tv>2015-06-06 23:47:31 +0200
commit6beef434891a3b9ef658fa820fe136ca915015a6 (patch)
tree35541164ec1ffe5b62c5faead2c0718226a12cd1 /examples/live_stream
parentfb8fb11836a5b85693fda0f3acecb4569ced115b (diff)
downloadOpen-AVB-6beef434891a3b9ef658fa820fe136ca915015a6.tar.gz
examples: Allow overriding compiler command
Signed-off-by: Walter Goossens <walter.goossens@axon.tv>
Diffstat (limited to 'examples/live_stream')
-rw-r--r--examples/live_stream/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/live_stream/Makefile b/examples/live_stream/Makefile
index 730e4c6e..559d1226 100644
--- a/examples/live_stream/Makefile
+++ b/examples/live_stream/Makefile
@@ -1,4 +1,4 @@
-CC=gcc
+CC?=gcc
OPT=-O2 -g
CFLAGS=$(OPT) -Wall -Wextra -Wno-parentheses
INCFLAGS=-I ../../lib/igb/ -I../../daemons/mrpd -I../common -I../../daemons/common