Skip to content

Commit

Permalink
Fix backend list in configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipberndt committed Jan 24, 2017
1 parent 0369aa1 commit a31b979
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,9 @@ Known bugs
Changelog
---------

pqiv 2.7.1
pqiv 2.7.2
* Fix GTK 2 compilation
* Fix backends list in configure script

pqiv 2.7
* Fixed window decoration toggling with --transparent-background
Expand Down
4 changes: 3 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ options to select pqiv's backends:
--backends=.. Select which backends to include in pqiv
(autodetermined by default)
Available:
libav (Video support, never included by default)
archive (generic archive file support),
archive_cbx (*.cb? comic book archive support),
libav (Video support, never included by default),
gdkpixbuf (images),
poppler (PDF),
spectre (PS/EPS),
Expand Down
2 changes: 1 addition & 1 deletion pqiv.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "lib/bostree.h"

#ifndef PQIV_VERSION
#define PQIV_VERSION "2.7.1"
#define PQIV_VERSION "2.7.2"
#endif

#define FILE_FLAGS_ANIMATION (guint)(1)
Expand Down

0 comments on commit a31b979

Please sign in to comment.