summaryrefslogtreecommitdiff
path: root/code/test
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-19 19:34:44 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-19 19:34:44 +0100
commit6b5e1335add4dae7e37918d59c0a60a667808845 (patch)
tree0f699a4604c1c7eb676743c10839b95f88440e09 /code/test
parente168e77d024783d57ae5bfa4de2730d39e440387 (diff)
pine64 vid test update
Diffstat (limited to 'code/test')
-rw-r--r--code/test/vid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/test/vid/Makefile b/code/test/vid/Makefile
index 62a2f97..8218b87 100644
--- a/code/test/vid/Makefile
+++ b/code/test/vid/Makefile
@@ -11,10 +11,10 @@ all: cap
$(CC) $(CFLAGS) -c $<
cap: cap.o enc.o tools.o server.o
- $(CC) -o $@ $< enc.o tools.o server.o -lvpx -lm -pthread $(dep) $(LDFLAGS)
+ $(CC) -o $@ $< enc.o tools.o server.o $(dep) $(LDFLAGS) -lvpx -lm -pthread
client: client.o display.o tools.o
- $(CC) -o $@ $< display.o tools.o -lvpx -lSDL2 -lm -pthread $(dep) $(LDFLAGS)
+ $(CC) -o $@ $< display.o tools.o $(dep) $(LDFLAGS) -lvpx -lSDL2 -lm -pthread
clean:
rm -f *.o