[vlc-devel] commit: Fix b7d1154663ccc8f245... ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Apr 22 16:48:21 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue Apr 22 17:49:11 2008 +0300| [103061a648dd9585db719da94b6b41daf3408cf4]

Fix b7d1154663ccc8f245...

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=103061a648dd9585db719da94b6b41daf3408cf4
---

 vlc-config.in.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/vlc-config.in.in b/vlc-config.in.in
index 73f97bb..63c3f66 100644
--- a/vlc-config.in.in
+++ b/vlc-config.in.in
@@ -151,8 +151,9 @@ while test $# -gt 0; do
   # Mangle plugin name, if applicable
   # This is just a convenience hack for modules/common.am
   tgt="$1"
+  tgt="${tgt##*/}"
   case "$tgt" in
-    *lib*_plugin_la-*.lo)
+    lib*_plugin_la-*.lo)
       tgt="${tgt#*lib}"
       tgt="${tgt%_plugin_la-*.lo}"
       ;;




More information about the vlc-devel mailing list