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

Steve Lhomme git at videolan.org
Tue Feb 11 12:12:31 CET 2020


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

doc: add the OpenGL callbacks libvlc player sources

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

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

diff --git a/doc/Makefile.am b/doc/Makefile.am
index eb5cc50b71..8558fef217 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/QtQGL/main.cpp \
+	libvlc/QtQGL/qtvlcwidget.cpp \
+	libvlc/QtQGL/qtvlcwidget.h \
+	libvlc/QtQGL/QtGl.pro \
 	libvlc/vlc-thumb.c \
 	libvlc/wx_player.cpp \
 	libvlc/d3d11_player.cpp \



More information about the vlc-commits mailing list