]> git.sesse.net Git - vlc/commitdiff
Fix configure
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Sep 2013 16:59:20 +0000 (18:59 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 22 Sep 2013 16:59:20 +0000 (18:59 +0200)
configure.ac

index 6da74e61d665f636c19f7378962a36c50c9103cf..417bfdb5c2ad1ea3b1435a485820ed17fb540ed2 100644 (file)
@@ -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)]