[vlc-commits] doc: add the libvlc set_hwnd sample code
Steve Lhomme
git at videolan.org
Thu Jul 2 11:38:42 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jul 2 10:33:03 2020 +0200| [1c4ec06836a7002ac9378a1d45fefc48711c0572] | committer: Steve Lhomme
doc: add the libvlc set_hwnd sample code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c4ec06836a7002ac9378a1d45fefc48711c0572
---
doc/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44adafa7e3..a926b1eef8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -15,6 +15,7 @@ LIBVLC_SAMPLES = \
libvlc/wx_player.cpp \
libvlc/d3d11_player.cpp \
libvlc/d3d9_player.c \
+ libvlc/win_player.c \
$(NULL)
nobase_doc_DATA = $(LIBVLC_SAMPLES)
More information about the vlc-commits
mailing list