[vlc-commits] doc: add the OpenGL callbacks libvlc player sources

Steve Lhomme git at videolan.org
Tue Feb 11 13:36:06 CET 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Feb 11 12:10:56 2020 +0100| [4df5968f374b6198190075cc7bb0263efec584ed] | committer: Steve Lhomme

doc: add the OpenGL callbacks libvlc player sources

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

 doc/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index eb5cc50b71..44adafa7e3 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -7,6 +7,10 @@ LIBVLC_SAMPLES = \
 	libvlc/QtPlayer/player.cpp \
 	libvlc/QtPlayer/player.h \
 	libvlc/QtPlayer/QtVLC.pro \
+	libvlc/QtGL/main.cpp \
+	libvlc/QtGL/qtvlcwidget.cpp \
+	libvlc/QtGL/qtvlcwidget.h \
+	libvlc/QtGL/QtGl.pro \
 	libvlc/vlc-thumb.c \
 	libvlc/wx_player.cpp \
 	libvlc/d3d11_player.cpp \



More information about the vlc-commits mailing list