~ubuntu-branches/ubuntu/precise/vdr-plugin-xineliboutput/precise

« back to all changes in this revision

Viewing changes to tools/rtcp.h

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Grimm
  • Date: 2011-04-10 15:00:16 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110410150016-i8lsmslg3i7j7jir
Tags: 1.0.6+cvs20110410.1300-1
* New Upstream Snapshot (Closes: #615635, #615791)
* source/format 3.0 (quilt)
* Build-Depend on vdr-dev (>= 1.7.17)
* Updated debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * See the main source file 'xineliboutput.c' for copyright information and
5
5
 * how to reach the author.
6
6
 *
7
 
 * $Id: rtcp.h,v 1.3 2007/03/29 14:22:31 phintuka Exp $
 
7
 * $Id: rtcp.h,v 1.4 2010/07/19 13:20:22 phintuka Exp $
8
8
 *
9
9
 */
10
10
 
11
11
#ifndef XINELIBOUTPUT_RTCP_H_
12
12
#define XINELIBOUTPUT_RTCP_H_
13
13
 
14
 
#ifdef __APPLE__
 
14
#if defined(__APPLE__) || defined(__FreeBSD__)
15
15
# include <machine/endian.h>
16
16
#else
17
17
# include <endian.h>