aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Cabral <brataoufba@gmail.com>2013-12-21 15:12:07 +0000
committerBruno Cabral <brataoufba@gmail.com>2013-12-21 15:12:07 +0000
commit1949930b70677f8b0bb7fb957e483036d3388f1c (patch)
treeb296692ea54ff65f112336352bb746ac772b4a9d
parenta4b32ed7daee82e274ead0c7379ae354d8a48152 (diff)
downloadlibextractor-1949930b70677f8b0bb7fb957e483036d3388f1c.tar.gz
libextractor-1949930b70677f8b0bb7fb957e483036d3388f1c.zip
Typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b168c8..770ea29 100644
--- a/configure.ac
+++ b/configure.ac
@@ -807,7 +807,7 @@ fi
807 807
808if test "x$new_ffmpeg" = "x0" 808if test "x$new_ffmpeg" = "x0"
809then 809then
810 AC_MSG_NOTICE([NOTICE: FFmpeg/opus audio preview plugin disabled, It needs libav > 10, or a FFmpeg with --enable-libavresample]) 810 AC_MSG_NOTICE([NOTICE: FFmpeg/opus audio preview plugin disabled, It needs libav >= 10, or a FFmpeg with --enable-libavresample])
811fi 811fi
812 812
813if test "x$without_gtk" = "xtrue" 813if test "x$without_gtk" = "xtrue"