]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* Fixed a few crashes due to race conditions in the decoder spawning.
[vlc] / include / defs.h.in
index f190d0b7653d84be252e1c79ecca4f5cbc4a7873..58810afd139a63f13fa2547cd636887a4c574fa6 100644 (file)
@@ -67,8 +67,8 @@
 /* Define if you have the </sys/dev/scsi/scsi_ioctl.h> header file.  */
 #undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H
 
-/* Define if you have the <Carbon/Carbon.h> header file.  */
-#undef HAVE_CARBON_CARBON_H
+/* Define if you have the <Cocoa/Cocoa.h> header file.  */
+#undef HAVE_COCOA_COCOA_H
 
 /* Define if you have the <Ph.h> header file.  */
 #undef HAVE_PH_H
 /* Define if <sys/param.h> defines ntohl. */
 #undef NTOHL_IN_SYS_PARAM_H
 
+/* Maximum supported data alignment */
+#undef ATTRIBUTE_ALIGNED_MAX
+
 /* Define if <sys/types.h> defines boolean_t. */
 #undef BOOLEAN_T_IN_SYS_TYPES_H
 
 /* Define if <cthreads.h> defines boolean_t. */
 #undef BOOLEAN_T_IN_CTHREADS_H
 
-/* Maximum supported data alignment */
-#undef ATTRIBUTE_ALIGNED_MAX
-
 /* Define if $CC groks 3D Now! inline assembly. */
 #undef HAVE_3DNOW
 
 /* Define if Linux-like dvd_struct is defined. */
 #undef HAVE_LINUX_DVD_STRUCT
 
+/* Define if OpenBSD-like dvd_struct is defined. */
+#undef HAVE_OPENBSD_DVD_STRUCT
+
 /* Define if FreeBSD-like dvd_struct is defined. */
 #undef HAVE_BSD_DVD_STRUCT