[vlc-devel] commit: Fixes ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Apr 28 21:45:12 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 28 22:40:04 2008 +0300| [bd9b90d820c2e493b6cf5e349e17582958bcf11b]

Fixes

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

 configure.ac |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7424afe..c5223e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6216,7 +6216,10 @@ then
   dnl  this one is needed until automake knows what to do
   VLC_ADD_LIBS([test3],[-lobjc])
 
-  VLC_ADD_PLUGINS([${TESTS}])
+  VLC_ADD_PLUGINS([test1])
+  VLC_ADD_PLUGINS([test2])
+  VLC_ADD_PLUGINS([test3])
+  VLC_ADD_PLUGINS([test4])
 fi
 
 dnl
@@ -6297,8 +6300,8 @@ AS_IF([test "${plugin_support}" != "no"], [
 AM_CONDITIONAL(HAVE_PLUGINS, [test "${plugin_support}" != "no"])
 
 dnl Temporary(?) hack for plugins/builtins transition
-VLC_ADD_PLUGINS([${BUILTINS}])
-BUILTINS=""
+dnl VLC_ADD_PLUGINS([${BUILTINS}])
+dnl BUILTINS=""
 
 dnl
 dnl Pic and shared libvlc stuff




More information about the vlc-devel mailing list