~ubuntu-branches/ubuntu/lucid/gavl/lucid

« back to all changes in this revision

Viewing changes to include/gavl/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2008-11-07 13:47:46 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081107134746-s4s970fo1bcde9zw
Tags: 1.0.1-1
* Adopted package for debian, with the blessing of previous maintainer.
* Based new package on Christian Marillat's package for debian-multimedia.
* Removed support for ccache until I figure out how to make it work
  with cdbs.
* Changed library package name since ABI is not backward compatible, but
  upstream did not bump major soversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* 3Dnow Supported */
22
22
#undef HAVE_3DNOW
23
23
 
 
24
/* Define to 1 if you have the <byteswap.h> header file. */
 
25
#undef HAVE_BYTESWAP_H
 
26
 
 
27
/* clock_gettime available? */
 
28
#undef HAVE_CLOCK_GETTIME
 
29
 
24
30
/* Define to 1 if you have the <dlfcn.h> header file. */
25
31
#undef HAVE_DLFCN_H
26
32
 
45
51
/* MMX Supported */
46
52
#undef HAVE_MMX
47
53
 
 
54
/* Define to 1 if you have the `sched_setaffinity' function. */
 
55
#undef HAVE_SCHED_SETAFFINITY
 
56
 
48
57
/* SSE Supported */
49
58
#undef HAVE_SSE
50
59
 
51
60
/* SSE2 Supported */
52
61
#undef HAVE_SSE2
53
62
 
 
63
/* SSE3 Supported */
 
64
#undef HAVE_SSE3
 
65
 
 
66
/* SSSE3 Supported */
 
67
#undef HAVE_SSSE3
 
68
 
54
69
/* Define to 1 if you have the <stdint.h> header file. */
55
70
#undef HAVE_STDINT_H
56
71
 
93
108
/* Define to the version of this package. */
94
109
#undef PACKAGE_VERSION
95
110
 
96
 
/* The size of a `double', as computed by sizeof. */
 
111
/* The size of `double', as computed by sizeof. */
97
112
#undef SIZEOF_DOUBLE
98
113
 
99
 
/* The size of a `float', as computed by sizeof. */
 
114
/* The size of `float', as computed by sizeof. */
100
115
#undef SIZEOF_FLOAT
101
116
 
102
 
/* The size of a `int', as computed by sizeof. */
 
117
/* The size of `int', as computed by sizeof. */
103
118
#undef SIZEOF_INT
104
119
 
105
 
/* The size of a `long', as computed by sizeof. */
 
120
/* The size of `long', as computed by sizeof. */
106
121
#undef SIZEOF_LONG
107
122
 
108
123
/* Define to 1 if you have the ANSI C header files. */
110
125
 
111
126
/* Version number of package */
112
127
#undef VERSION
 
128
 
 
129
/* Define to 1 if your processor stores words with the most significant byte
 
130
   first (like Motorola and SPARC, unlike Intel and VAX). */
 
131
#undef WORDS_BIGENDIAN