Commit f559597a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

OMX IL needs libdl

parent e1f9ab22
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment