[
https://issues.apache.org/jira/browse/TS-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157340#comment-15157340
]
ASF GitHub Bot commented on TS-4095:
------------------------------------
Github user jrushf1239k commented on the pull request:
https://github.com/apache/trafficserver/pull/393#issuecomment-187279799
I can't build the master branch since this was added, I think that the
plugins/experimental/Makefile.am needs to be changed:
- stream_editor \
- webp_transform
+ stream_editor
+ if BUILD_HAS_IMAGEMAGICKCPP
+ SUBDIRS += webp_transform
+ endif
Otherwise when I try to build master with gcc 4.4.7 I get the following
errors, no Makefile in plugins/experimental/webp_transforms
$ autoreconf -vif
$ ./configure --prefix=/opt/trafficserver --with-user=ats --with-group=ats
--enable-experimental-plugins
$ make
make[3]: Entering directory
`/home/jrushf1239k/trafficserver/plugins/experimental/webp_transform'
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory
`/home/jrushf1239k/trafficserver/plugins/experimental/webp_transform'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/jrushf1239k/trafficserver/plugins/experimental'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jrushf1239k/trafficserver/plugins'
make: *** [all-recursive] Error 1
> New cppapi plugin for converting image formats to wepb
> ------------------------------------------------------
>
> Key: TS-4095
> URL: https://issues.apache.org/jira/browse/TS-4095
> Project: Traffic Server
> Issue Type: New Feature
> Components: CPP API, Plugins
> Reporter: Sandeep Davu
> Assignee: Brian Geffon
> Labels: review
> Fix For: 6.2.0
>
>
> Support for png and jpeg only. Webp is a format introduced by google and can
> retain the quality of the image by reducing the image size.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)