From f559597a1051ddf769c9ead548623fc079c780bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 7 Feb 2010 23:35:47 +0200 Subject: [PATCH] OMX IL needs libdl --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ae159d1be3..2d84714f82 100644 --- a/configure.ac +++ b/configure.ac @@ -2594,6 +2594,7 @@ AC_ARG_ENABLE(omxil, if test "${enable_omxil}" = "yes" then VLC_ADD_PLUGIN([omxil]) + VLC_ADD_LIBS([omxil], [-ldl]) fi dnl -- 2.39.5