vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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)]

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to