[vlc-devel] [PATCH 1/3] qt: fix header filepath in Makefile.am
Pierre Lamot
pierre at videolabs.io
Wed May 20 18:20:21 CEST 2020
---
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
--
2.25.1
More information about the vlc-devel
mailing list