Mercurial > mplayer.hg
view stream/stream_dvd_common.h @ 27988:84bad10e6d8d
Allow vo_macosx to be compiled in 64-bits mode:
- Replace usage of undocumented Apple function CPSEnableForegroundOperation()
(which is available in 32-bits mode, but not in 64-bits mode) by
TransformProcessType() which is public, documented, and available since OSX 10.3.
- Work around Apple bug #6267445 since OSServices Power API is diabled in
64-bits systems
Based on patch by Gregor Riepl %onitake A gmail P com%
posted in thread:
date: Fri, Oct 3, 2008 at 4:49 PM
subject: Re: [MPlayer-dev-eng] [PATCH] Replaced deprecated QuickDraw calls in vo_quartz
author | gpoirier |
---|---|
date | Mon, 24 Nov 2008 13:22:18 +0000 |
parents | ea01824701a5 |
children | 83266d299072 |
line wrap: on
line source
#ifndef MPLAYER_STREAM_DVD_COMMON_H #define MPLAYER_STREAM_DVD_COMMON_H #include "config.h" #include <inttypes.h> #ifdef CONFIG_DVDREAD_INTERNAL #include "libdvdread/ifo_types.h" #else #include <dvdread/ifo_types.h> #endif int mp_dvdtimetomsec(dvd_time_t *dt); #endif /* MPLAYER_STREAM_DVD_COMMON_H */