[rtmpdump] [PATCH] Make crypto support configurable through make variables
Martin Storsjö
martin at martin.st
Wed Apr 7 09:27:55 CEST 2010
On Wed, 7 Apr 2010, Howard Chu wrote:
> Martin Storsjö wrote:
> > Hi,
> >
> > Currently, if one wants to build librtmp without crypto support, one has
> > to edit rtmp.h to remove the CRYPTO definition and then edit the makefile
> > to remove the reference to hashswf.o. With the attached patch, a user can
> > simply do
> >
> > make CRYPTO=no
> >
> > to compile without crypto support, without having to edit the checked out
> > files.
>
> You used Gmake-specific syntax in your patch, I've committed a generic
> solution instead. Just use "make CRYPTO=" to turn off crypto support.
Thanks, that looks very good!
// Martin
More information about the rtmpdump
mailing list