From 917a35362a94481770d9c2ea61615dd0f9e52c0e Mon Sep 17 00:00:00 2001 From: Matteo Bini Date: Thu, 16 Mar 2023 18:34:53 +0100 Subject: [PATCH] Remove alignment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 917c142..770b24e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = 0.8.5 PREFIX = /usr/local -LIBS = -lavcodec -lavformat -lavutil `wx-config --libs` +LIBS = -lavcodec -lavformat -lavutil `wx-config --libs` TESTS_LIBS = -lavcodec -lavformat -lavutil