https://github.com/videolan/vlc
Revision e0cf70854f60aaab359a4399ecf29f3e1e584450 authored by Steve Lhomme on 16 January 2018, 13:29:58 UTC, committed by Jean-Baptiste Kempf on 17 January 2018, 15:12:22 UTC
(cherry picked from commit 63905375e7e0b0e4aef1fd850b32ec339527dc9c)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent 919ce4c
Raw File
Tip revision: e0cf70854f60aaab359a4399ecf29f3e1e584450 authored by Steve Lhomme on 16 January 2018, 13:29:58 UTC
direct3d9: avoid a copy in direct rendering
Tip revision: e0cf708
.gitignore
*~
*.app
*.cache
*.dylib
*.lo
*.lo?
*.la
*.moc.cpp
*.o
*.so
*.trs
*.pc
*.vlt
*.class
*.dmg
.DS_Store
.deps
.libs
.dirstamp
ABOUT-NLS
aclocal.m4
ChangeLog
compile
config.status
config.h*
config.log
configure
doltcompile
doltlibtool
INSTALL.git
libtool
Makefile
Makefile.in
stamp-*
vlc
vlc.exe
qvlc
rvlc
svlc
cvlc
qvlc
mvlc
nvlc
wxvlc
vlc_install_dir/*
plugins.dat
patches/*

include/vlc/libvlc_version.h

# Ignore build dirs
build*
contrib-*
install-*

back to top