summaryrefslogtreecommitdiff
path: root/aconfigure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'aconfigure.ac')
-rw-r--r--aconfigure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/aconfigure.ac b/aconfigure.ac
index 23315452..2a4e9e45 100644
--- a/aconfigure.ac
+++ b/aconfigure.ac
@@ -830,6 +830,9 @@ AC_ARG_ENABLE(ffmpeg,
AC_CHECK_LIB(z, deflate)
AC_CHECK_LIB(x264, x264_free)
+ dnl # libbz2, needed by matroskadec.o in ffmpeg 0.9 in mac os
+ AC_CHECK_LIB(bz2, BZ2_bzDecompressInit)
+
FFMPEG_PREFIX=""
if test "x$with_ffmpeg" != "xno" -a "x$with_ffmpeg" != "x"; then
FFMPEG_PREFIX=$with_ffmpeg