[vlc-devel] [PATCH 12/15] contrib: sdl: disable package not usable on Winstore builds

Jean-Baptiste Kempf jb at videolan.org
Fri Mar 8 20:31:58 CET 2019


I am suprised we cannot fix this, tbh.

On Fri, 8 Mar 2019, at 16:21, Steve Lhomme wrote:
> uses GetVersionEx and SetErrorMode (which are available since 16299)
> uses GetDC, ReleaseDC, RealizePalette, CreateCompatibleBitmap, SetWindowLongPtr,
> DefWindowProc, ClientToScreen which are not available
> ---
>  contrib/src/SDL_image/rules.mak | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/contrib/src/SDL_image/rules.mak 
> b/contrib/src/SDL_image/rules.mak
> index c66911ac784..eb050dba5f3 100644
> --- a/contrib/src/SDL_image/rules.mak
> +++ b/contrib/src/SDL_image/rules.mak
> @@ -20,8 +20,10 @@ SDL_image: SDL_image-$(SDL_IMAGE_VERSION).tar.gz 
> .sum-SDL_image
>  	$(UPDATE_AUTOCONFIG)
>  	$(MOVE)
>  
> -DEPS_SDL_image = jpeg $(DEPS_jpeg) tiff $(DEPS_tiff) \
> -	sdl $(DEPS_sdl)
> +DEPS_SDL_image = jpeg $(DEPS_jpeg) tiff $(DEPS_tiff)
> +ifndef HAVE_WINSTORE
> +DEPS_SDL_image += sdl $(DEPS_sdl)
> +endif
>  
>  .SDL_image: SDL_image
>  	cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-tif 
> --disable-sdltest --disable-png
> -- 
> 2.17.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list