Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 4e9b6e9

Browse files
committed
Initial commit
Signed-off-by: Sean V Kelley <sean.v.kelley@intel.com>
0 parents  commit 4e9b6e9

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.gitignore

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Object files
2+
*.o
3+
*.ko
4+
5+
# Libraries
6+
*.lib
7+
*.a
8+
*.lo
9+
*.la
10+
11+
# Shared objects (inc. Windows DLLs)
12+
*.dll
13+
*.so
14+
*.so.*
15+
*.dylib
16+
17+
# Misc
18+
*~
19+
*.orig
20+
*.rej
21+
*.loT
22+
*.bin
23+
*.pc
24+
*.g[4-7]s
25+
.deps
26+
.libs
27+
install-sh
28+
libtool
29+
ltmain.sh
30+
compile
31+
missing
32+
Makefile
33+
Makefile.in
34+
config.h
35+
config.h.in
36+
stamp-h1
37+
aclocal.m4
38+
autom4te.cache
39+
config.guess
40+
config.log
41+
config.status
42+
config.sub
43+
configure
44+
depcomp
45+
TAGS

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libva_wrapper
2+
=============
3+
4+
Experimental wrapper for two media blocks depending on VA-API

0 commit comments

Comments
 (0)