~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to .pc/0008-look_for_droid_ttf_with_fontconfig.patch/source/blender/blenlib/BLI_fileops.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
/* for size_t (needed on windows) */
44
44
#include <stddef.h>
45
45
 
 
46
#include <limits.h>  /* for PATH_MAX */
 
47
 
 
48
#ifndef PATH_MAX
 
49
#  define PATH_MAX 4096
 
50
#endif
 
51
 
46
52
struct gzFile;
47
53
 
48
54
/* Common */