From 03e1e988d07f91a7c7c4208f2429bf7d8fafcacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 3 Mar 2019 20:35:57 +0100 Subject: [PATCH] Haiku doesn't need libdl for dlopen. --- olive.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/olive.pro b/olive.pro index ddaedc3c5..f31ec75ab 100644 --- a/olive.pro +++ b/olive.pro @@ -304,6 +304,8 @@ mac { unix:!mac { CONFIG += link_pkgconfig PKGCONFIG += libavutil libavformat libavcodec libavfilter libswscale libswresample +} +unix:!mac:!haiku { LIBS += -ldl }