~ubuntu-branches/ubuntu/trusty/rtmpdump/trusty

« back to all changes in this revision

Viewing changes to librtmp/hashswf.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-05 19:57:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100705195714-f4hefj53rge6g7vr
Tags: 2.3-1
* New upstream release:
  + debian/patches/02_fix_gnutls_teardown.diff:
    - Dropped, merged upstream.
  + debian/librtmp0.install,
    debian/librtmp0.symbols,
    debian/control,
    debian/librtmp-dev.install,
    debian/rules:
    - Add shared library package.
  + debian/patches/01_unbreak_makefile.diff:
    - Refreshed and fixed the clean rule too.
  + debian/patches/02_strtime-visibility.patch:
    - Hide the private strtime symbol by making it static
      to prevent any symbol conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 *  You should have received a copy of the GNU Lesser General Public License
17
17
 *  along with librtmp see the file COPYING.  If not, write to
18
 
 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
 *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
19
 *  Boston, MA  02110-1301, USA.
19
20
 *  http://www.gnu.org/copyleft/lgpl.html
20
21
 */
21
22
 
186
187
  }
187
188
 
188
189
  sb.sb_size = 0;
189
 
  sb.sb_timedout = false;
 
190
  sb.sb_timedout = FALSE;
190
191
  if (RTMPSockBuf_Fill(&sb) < 1)
191
192
    {
192
193
      ret = HTTPRES_LOST_CONNECTION;