From b211f1ba85e117f5f79f312dce9f362c5421b885 Mon Sep 17 00:00:00 2001 From: Camille Date: Sun, 13 Sep 2015 01:43:32 +0200 Subject: [PATCH] GNUmakefile: Fix build with libav enabled. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 15d6ecf..041dd3a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ LIBS_gdkpixbuf=gdk-pixbuf-2.0 >= 2.2 LIBS_poppler=poppler-glib LIBS_spectre=libspectre LIBS_wand=MagickWand -LIBS_libav=libavformat libavcodec libswscale +LIBS_libav=libavformat libavcodec libswscale libavutil # Disable the automated compilation of the libav backend DISABLE_AUTOMATED_BUILD_libav=yes