[vlc-devel] [PATCH] egl_pbuffer: fix missing file for distcheck

Romain Vimont rom1v at videolabs.io
Wed Mar 31 09:33:10 UTC 2021


LGTM, thank you.

I tested on my machine, I confirm that it fixes "make distcheck".

On 3/31/21 10:54 AM, Alexandre Janniaux wrote:
> ---
>   modules/video_output/opengl/Makefile.am | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules/video_output/opengl/Makefile.am b/modules/video_output/opengl/Makefile.am
> index d496093d75..2273a737e9 100644
> --- a/modules/video_output/opengl/Makefile.am
> +++ b/modules/video_output/opengl/Makefile.am
> @@ -106,7 +106,7 @@ endif
>   endif
>   
>   libegl_pbuffer_filter_plugin_la_SOURCES = video_filter/egl_pbuffer.c \
> -    video_output/opengl/egl_display.c
> +    video_output/opengl/egl_display.c video_output/opengl/egl_display.h
>   libegl_pbuffer_filter_plugin_la_CPPFLAGS = $(AM_CPPFLAGS) $(EGL_FLAGS)
>   libegl_pbuffer_filter_plugin_la_LIBADD = $(EGL_LIBS)
>   
> 


More information about the vlc-devel mailing list