vlc | branch: master | Thomas Guillem <[email protected]> | Thu Jul 6 10:44:56 2017 +0200| [7f05c20b6c7af77f104160e0f796b314b1feb9fc] | committer: Thomas Guillem
hw: vaapi: fix make distcheck > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f05c20b6c7af77f104160e0f796b314b1feb9fc --- modules/hw/vaapi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hw/vaapi/Makefile.am b/modules/hw/vaapi/Makefile.am index cdd6e72c39..f78b729742 100644 --- a/modules/hw/vaapi/Makefile.am +++ b/modules/hw/vaapi/Makefile.am @@ -1,6 +1,6 @@ vaapidir = $(pluginsdir)/vaapi -libvaapi_filters_plugin_la_SOURCES = hw/vaapi/filters.c \ +libvaapi_filters_plugin_la_SOURCES = hw/vaapi/filters.c hw/vaapi/filters.h \ hw/vaapi/vlc_vaapi.c hw/vaapi/vlc_vaapi.h \ hw/vaapi/chroma.c video_chroma/copy.c video_chroma/copy.h _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
