Skip to content

Commit

Permalink
GNUmakefile: Fix build with libav enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Camille authored and phillipberndt committed Sep 18, 2015
1 parent d7cacb1 commit b211f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b211f1b

Please sign in to comment.