vlc-config external also includes libvlc-control

This commit is contained in:
Filippo Carone 2006-11-12 19:52:46 +00:00
parent 52f8f1dcad
commit 9a234d8f17
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ while test $# -gt 0; do
;;
external)
echo_external=yes
ldflags="${ldflags} -lvlc"
ldflags="${ldflags} -lvlc -lvlc-control"
;;
*)
module="$1"