From 3c8b0ba438db88c45ed63f6343c82f1084ee7614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 4 Sep 2013 22:42:04 +0200 Subject: [PATCH] Fix FTBFS --- src/humperdink/Makefile | 2 +- src/modules/lumas/create_lumas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/humperdink/Makefile b/src/humperdink/Makefile index 47ba3ed..f3cd756 100644 --- a/src/humperdink/Makefile +++ b/src/humperdink/Makefile @@ -8,7 +8,7 @@ OBJS = client.o \ CFLAGS += -I.. $(RDYNAMIC) -LDFLAGS += -L../valerie -L../framework -lvalerie -lmlt +LDFLAGS += -L../valerie -L../framework -lvalerie -lmlt -lpthread SRCS := $(OBJS:.o=.c) diff --git a/src/modules/lumas/create_lumas b/src/modules/lumas/create_lumas index f93aa13..05a9c06 100755 --- a/src/modules/lumas/create_lumas +++ b/src/modules/lumas/create_lumas @@ -10,7 +10,7 @@ do mkdir -p $i rm -f $i/*.pgm $i/*.png - [ "$i" == "PAL" ] && h=576 || h=480 + [ "$i" = "PAL" ] && h=576 || h=480 ./luma -h $h -bpp $bpp > $i/luma01.pgm ./luma -h $h -bpp $bpp -bands $h > $i/luma02.pgm ./luma -h $h -bpp $bpp -hmirror 1 > $i/luma03.pgm