~ubuntu-branches/ubuntu/utopic/libva/utopic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Ramacher
  • Date: 2014-05-10 16:15:54 UTC
  • mfrom: (3.2.13 sid)
  • Revision ID: package-import@ubuntu.com-20140510161554-pcfzyscl3eec3ji7
Tags: 1.3.1-1
* New upstream release.
  - Fix black video output with i965 driver and certain versions of X.org.
    (Closes: #743701)
* debian/rules: Install upstream changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
/* Version number of package */
95
95
#undef VERSION
96
96
 
 
97
/* Enable large inode numbers on Mac OS X 10.5.  */
 
98
#ifndef _DARWIN_USE_64_BIT_INODE
 
99
# define _DARWIN_USE_64_BIT_INODE 1
 
100
#endif
 
101
 
97
102
/* Number of bits in a file offset, on hosts where this is settable. */
98
103
#undef _FILE_OFFSET_BITS
99
104