vlc | branch: master | Steve Lhomme <[email protected]> | 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
