[vlc-commits] Fix liba52 detection

Rémi Denis-Courmont git at videolan.org
Wed Nov 9 22:08:12 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov  9 23:07:44 2011 +0200| [13a053552d78bc58b62b81674f83925455b4ae25] | committer: Rémi Denis-Courmont

Fix liba52 detection

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

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index e5985c5..8a542f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2761,7 +2761,7 @@ then
         VLC_ADD_CPPFLAGS([a52tofloat32],[${CPPFLAGS_test}])
       ],[
         AC_MSG_ERROR([Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin.])
-        ])
+        ], [$LIBM])
     ],[
       AC_MSG_ERROR([Could not find liba52 on your system: you may get it from http://liba52.sf.net/. Alternatively you can use --disable-a52 to disable the a52 plugin.])
     ])



More information about the vlc-commits mailing list