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

Most of what would fix #14 if we really wanted to

parent b45deba7
......@@ -4434,6 +4434,12 @@ AC_OUTPUT
${SHELL} ./config.status --file=vlc-config
chmod 0755 vlc-config
dnl echo "Enabled builtin modules :"
dnl for a in `./vlc-config --target builtin` ; do echo $a; done | sed -e 's,modules\/\(.*\)\/lib\(.*\)\.a,\2 (\1),'
dnl echo "Enabled plugin modules :"
dnl for a in `./vlc-config --target plugin` ; do echo $a; done | sed -e 's,modules\/\(.*\)\/lib\(.*\)_plugin,\2 (\1),'
printf "
vlc configuration
--------------------
......
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