~ubuntu-branches/ubuntu/trusty/gst-plugins-base1.0/trusty

« back to all changes in this revision

Viewing changes to win32/common/_stdint.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-11-15 10:13:40 UTC
  • mfrom: (1.1.19) (21.1.1 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131115101340-1svovntvcbntyntt
Tags: 1.2.1-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  + debian/patches/aarch64_fail_neon_check.patch: Disable NEON
    on arm64, as the assembly is ARMv7-specific.
* Fix "Description: Description:" in control. Thanks, lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _GST_PLUGINS_BASE__STDINT_H
2
2
#define _GST_PLUGINS_BASE__STDINT_H 1
3
3
#ifndef _GENERATED_STDINT_H
4
 
#define _GENERATED_STDINT_H "gst-plugins-base 1.2.0"
5
 
/* generated using gnu compiler gcc-4.8 (Debian 4.8.1-10) 4.8.1 */
 
4
#define _GENERATED_STDINT_H "gst-plugins-base 1.2.1"
 
5
/* generated using gnu compiler gcc (Debian 4.8.2-2) 4.8.2 */
6
6
#define _STDINT_HAVE_STDINT_H 1
7
7
#include <stdint.h>
8
8
#endif