Commit 9a234d8f authored by Filippo Carone's avatar Filippo Carone

vlc-config external also includes libvlc-control

parent 52f8f1dc
......@@ -210,7 +210,7 @@ while test $# -gt 0; do
;;
external)
echo_external=yes
ldflags="${ldflags} -lvlc"
ldflags="${ldflags} -lvlc -lvlc-control"
;;
*)
module="$1"
......
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