0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

test/libmpv_lifetime: activate test on macOS

This commit is contained in:
der richter 2024-07-13 14:12:18 +02:00 committed by sfan5
parent 8fc557cc6e
commit 05b0b7cf65

View File

@ -63,11 +63,6 @@ static inline void check_error_(int status, __typeof__(&mpv_error_string) error_
int main(void)
{
#ifdef __APPLE__
// FIXME: Hangs after libplacebo initialization
return 77;
#endif
// Skip this test when run through a wrapper like Wine. It is well-tested on
// different configurations. Meson does not set PATH and WINEPATH when
// libmpv is not directly linked, and doing it manually would be annoying.