~siretart/gxine/bug.542506

« back to all changes in this revision

Viewing changes to include/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   language is requested. */
5
5
#undef ENABLE_NLS
6
6
 
 
7
/* Define if X11 video output plugins are allowed with XCB */
 
8
#undef ENABLE_X11_VO
 
9
 
7
10
/* Define if glib uses the system malloc by default. */
8
11
#undef GLIB_USES_SYSTEM_MALLOC
9
12
 
34
37
/* where to install the browser plugin */
35
38
#undef GXINE_PLUGINDIR
36
39
 
 
40
/* Common prefix for the HAL device pathname property */
 
41
#undef HAL_DEVICE_FILE_PREFIX
 
42
 
 
43
/* HAL device pathname property */
 
44
#undef HAL_DEVICE_FILE_PROPERTY
 
45
 
37
46
/* Define to 1 if you have the <alloca.h> header file. */
38
47
#undef HAVE_ALLOCA_H
39
48
 
112
121
/* Define to 1 if you have the <unistd.h> header file. */
113
122
#undef HAVE_UNISTD_H
114
123
 
 
124
/* Define if XCB is available and to be used */
 
125
#undef HAVE_XCB
 
126
 
115
127
/* Define this if you have libXinerama */
116
128
#undef HAVE_XINERAMA
117
129
 
155
167
/* Define if you want gxine to be able to configure other apps to use it */
156
168
#undef USE_INTEGRATION_WIZARD
157
169
 
 
170
/* Define if you are experiencing a hang in gxine on Solaris */
 
171
#undef USE_SUN_XLIB_WORKAROUND
 
172
 
158
173
/* package build identifier, e.g. vendor name and package version */
159
174
#undef VENDOR_PKG_VERSION
160
175
 
168
183
/* Define if you want gxine to be built with deprecated features */
169
184
#undef WITH_DEPRECATED
170
185
 
 
186
/* Define if HAL is present and you want to use it. */
 
187
#undef WITH_HAL
 
188
 
 
189
/* Define if you want gxine to be built with obsolete features */
 
190
#undef WITH_OBSOLETE
 
191
 
171
192
/* Define if you want to enable the watchdog (will abort gxine if it hangs */
172
193
#undef WITH_WATCHDOG
173
194