diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-11-02 13:41:21 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-11-02 13:41:21 +0100 |
commit | e07e56a3faced2f2ef7459cc13c2bda6f65f68ba (patch) | |
tree | 96cf997be6080a53aa65ca0d5c551dab9d10c702 /Makefile | |
parent | 052bc504085a4be9fed4dfc54ab8af8a011e6984 (diff) | |
download | vdr-plugin-skindesigner-e07e56a3faced2f2ef7459cc13c2bda6f65f68ba.tar.gz vdr-plugin-skindesigner-e07e56a3faced2f2ef7459cc13c2bda6f65f68ba.tar.bz2 |
Added JPEG support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ DEFINES += $(shell xml2-config --cflags) INCLUDES += $(shell pkg-config --cflags freetype2 fontconfig) -INCLUDES += $(shell pkg-config --cflags librsvg-2.0 cairo-png) -LIBS += $(shell pkg-config --libs librsvg-2.0 cairo-png) +INCLUDES += $(shell pkg-config --cflags librsvg-2.0 cairo-png) -ljpeg +LIBS += $(shell pkg-config --libs librsvg-2.0 cairo-png) -ljpeg LIBS += $(shell xml2-config --libs) |