From c71db1fb2ced87d9098b226a21ddd1969484e42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanguy=20=E2=A7=93=20Herrmann?= Date: Fri, 30 Apr 2021 00:14:35 +0200 Subject: [PATCH] use pkg-config in /effects/Makefile --- effects/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/effects/Makefile b/effects/Makefile index 46f291d..abcdbbc 100644 --- a/effects/Makefile +++ b/effects/Makefile @@ -3,8 +3,8 @@ include ../config.mk CC = gcc -CFLAGS = $(CONFIG) $(CONFIG.arch) $(CFLAGS.opt) -I.. -I../v4lutils `sdl-config --cflags` -LIBS = ../v4lutils/libv4lutils.a -lm `sdl-config --libs` +CFLAGS = $(CONFIG) $(CONFIG.arch) $(CFLAGS.opt) -I.. -I../v4lutils `pkg-config --cflags sdl2` +LIBS = ../v4lutils/libv4lutils.a -lm `pkg-config --libs sdl2` LIBEFFECTS = libeffects.a EFFECTS = $(DUMB) $(QUARK) $(FIRE) $(BURN) $(BLURZOOM) $(BALTAN) $(STREAK) \