]> granicus.if.org Git - rtmpdump/commitdiff
2.3 notes about shared library
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 30 Jun 2010 19:51:21 +0000 (19:51 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Wed, 30 Jun 2010 19:51:21 +0000 (19:51 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@528 400ebc74-4327-4243-bc38-086b20814532

README

diff --git a/README b/README
index be4e2dbb327579f7248fe249e6ac21f04fddeb27..6607a1da04c3529bca921c1bb9a9dc3ce5c10540 100644 (file)
--- 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.