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

Fix vlc-config

parent 68f91047
...@@ -19,6 +19,7 @@ cflags="" ...@@ -19,6 +19,7 @@ cflags=""
cxxflags="" cxxflags=""
objcflags="" objcflags=""
ldflags="" ldflags=""
libs="-L@libdir@"
cflags_tuning="@CFLAGS_TUNING@" cflags_tuning="@CFLAGS_TUNING@"
cflags_optim_size="@CFLAGS_OPTIM_SIZE@" cflags_optim_size="@CFLAGS_OPTIM_SIZE@"
...@@ -235,8 +236,6 @@ while test $# -gt 0; do ...@@ -235,8 +236,6 @@ while test $# -gt 0; do
shift shift
done done
libs="-L@libdir@"
# #
# If a module was requested, use its name # If a module was requested, use its name
# #
......
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