[vlc-commits] qt: fix header filepath in Makefile.am

Pierre Lamot git at videolan.org
Mon May 25 13:56:36 CEST 2020


vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Wed May 20 11:25:59 2020 +0200| [32c03ae98b9b0f999c9c1087f83892c660fdaeee] | committer: Pierre Lamot

qt: fix header filepath in Makefile.am

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32c03ae98b9b0f999c9c1087f83892c660fdaeee
---

 modules/gui/qt/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/Makefile.am b/modules/gui/qt/Makefile.am
index 5ec0821184..9f0257d50e 100644
--- a/modules/gui/qt/Makefile.am
+++ b/modules/gui/qt/Makefile.am
@@ -223,7 +223,7 @@ if HAVE_DCOMP
 libqt_plugin_la_SOURCES += \
 	gui/qt/maininterface/compositor_dcomp.cpp \
 	gui/qt/maininterface/compositor_dcomp.hpp \
-	gui/qt/maininterface/compositor_error.hpp \
+	gui/qt/maininterface/compositor_dcomp_error.hpp \
 	gui/qt/maininterface/compositor_dcomp_uisurface.cpp \
 	gui/qt/maininterface/compositor_dcomp_uisurface.hpp
 endif



More information about the vlc-commits mailing list