[vlc-commits] Fix configure

Jean-Baptiste Kempf git at videolan.org
Sun Sep 22 18:59:42 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Sep 22 18:59:20 2013 +0200| [ca062887394214d97de49437eed0f39af50a4317] | committer: Jean-Baptiste Kempf

Fix configure

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

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 6da74e6..417bfdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3658,7 +3658,7 @@ m4_pushdef([libchromaprint_version], 0.6.0)
 PKG_WITH_MODULES([CHROMAPRINT],[libchromaprint >= libchromaprint_version],
     VLC_ADD_PLUGIN([stream_out_chromaprint])
     VLC_ADD_CFLAGS([stream_out_chromaprint],[${CHROMAPRINT_CFLAGS}] [-I./webservices -I../stream_out])
-    VLC_ADD_LIBS([stream_out_chromaprint],[${CHROMAPRINT_LIBS}])
+    VLC_ADD_LIBS([stream_out_chromaprint],[${CHROMAPRINT_LIBS}]),
     AS_IF([test "${enable_chromaprint}" = "yes"],
         [AC_MSG_ERROR(Library [libchromaprint >= libchromaprint_version] needed for [chromaprint] was not found)],
         [AC_MSG_WARN(Library [libchromaprint >= libchromaprint_version] needed for [chromaprint] was not found)]



More information about the vlc-commits mailing list