Commit 24dfb6fe authored by Christophe Massiot's avatar Christophe Massiot

* configure.ac : Build dvb as built-in when using --with-dvbpsi-tree. This

   fixes dvb on x86_64 architecture.
parent 208ffddc
......@@ -1758,7 +1758,12 @@ then
fi
CPPFLAGS="${CPPFLAGS_save} -I${with_dvb}/include"
AC_CHECK_HEADERS(linux/dvb/version.h linux/dvb/frontend.h, [
if test -z "${with_dvbpsi_tree}"
then
VLC_ADD_PLUGINS([dvb])
else
VLC_ADD_BUILTINS([dvb])
fi
],[])
CPPFLAGS="${CPPFLAGS_save}"
fi
......
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