~ubuntu-branches/debian/sid/libnice/sid

« back to all changes in this revision

Viewing changes to stun/usages/turn.h

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2012-04-08 00:21:29 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120408002129-kqpmjbj4z3yzl8qv
Tags: 0.1.2-1
* New upstream release.
  - Bump libglib2.0-dev build-dependency
* debian/control:
  - Bump Standards-Version to 3.9.3 (no further changes)
  - Bump libgstreamer0.10-dev build-dependency to have multiarch support
* Install gstreamer0.10-nice into multiarch path

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
 
55
55
#ifdef _WIN32
56
 
#include "win32_common.h"
 
56
#  include "../win32_common.h"
57
57
#else
58
58
# include <stdbool.h>
59
59
# include <stdint.h>