tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: osx mpv and swift



On Tue, Jan 01, 2019 at 08:48:23PM +0100, Leonardo Taccari wrote:
> It seems that with `--disable-swift' opengl-cb support is disabled
> and indeed according the changelog it seems this was introduced in
> 0.29.0.
> 
> That's probably not completely related but...
> Adam, do you remember why in multimedia/mpv/Makefile,-r1.16 Darwin
> started to be handled differently, i.e.:
> 
>  | +
>  | +.include "../../mk/bsd.prefs.mk"
>  | +.if ${OPSYS} != "Darwin"
>  | +.include "../../graphics/MesaLib/buildlink3.mk"
>  | +.include "../../x11/libXinerama/buildlink3.mk"
>  | +.include "../../x11/libXv/buildlink3.mk"
>  | +.include "../../x11/libXxf86vm/buildlink3.mk"
>  | +.include "../../mk/oss.buildlink3.mk"
>  | +.endif
>  | +
> 
> (Previously all bl3 were included unconditionally.)



On Darwin, the mpv video isn't going through x11/xquartz, so
you wouldn't need x11 build linkages?

chuck



Home | Main Index | Thread Index | Old Index