From: hyc Date: Wed, 30 Jun 2010 19:51:21 +0000 (+0000) Subject: 2.3 notes about shared library X-Git-Tag: v2.4~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54ebbe424068ebd960abbeea21680d29570d2d84;p=rtmpdump 2.3 notes about shared library git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@528 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/README b/README index be4e2db..6607a1d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -RTMP Dump v2.2e +RTMP Dump v2.3 (C) 2009 Andrej Stepanchuk (C) 2009-2010 Howard Chu (C) 2010 2a665470ced7adb7156fcef47f8199a6371c117b8a79e399a2771e0b36384090 @@ -37,6 +37,13 @@ You may also turn off all crypto support if desired $ make CRYPTO= +A shared library is now built by default, in addition to the static +library. You can also turn it off if desired + + $ make SHARED= + +The rtmpdump programs still link to the static library, regardless. + Note that if using OpenSSL, you must have version 0.9.8 or newer. Credit goes to team boxee for the XBMC RTMP code originally used in RTMPDumper.