Skip to content

Commit b93a3ac

Browse files
committed
Use a single license file and refer to it in the documentation
1 parent c01b65a commit b93a3ac

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

COPYING

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
Autotooled version of the opensource Intel media sdk dispatcher.
1+
# Autotooled version of the opensource Intel media sdk dispatcher.
22

3-
# Linux
3+
[![LICENSE](https://img.shields.io/badge/license-BSD3-blue.svg)](LICENSE)
44

5-
## Requirements
5+
## Linux
6+
7+
### Requirements
68

79
* A C/C++ compiler
810
* autotools
911
* libva
1012

11-
## Building
13+
### Building
1214

1315
```
1416
autoreconf -i
@@ -17,28 +19,28 @@ make -j$(nproc)
1719
make install
1820
```
1921

20-
# Windows
22+
## Windows
2123

2224
The dispatcher provided by Intel only works on MS visual studio builds due the fact it is written in C++ and mingw64 isn't ABI and library compatible.
2325
This set of build systems let you easily build a mingw-w64 one.
2426

25-
## Requirements
27+
### Requirements
2628

2729
* MediaSDK drivers from Intel
2830
* mingw-w64 toolchain
2931
* autotools or cmake (pick your poison)
3032

31-
## Building using autotools
33+
### Building using autotools
3234

33-
### Cross compile
35+
#### Cross compile
3436
``` sh
3537
autoreconf -i
3638
./configure --host=x86_64-w64-mingw32
3739
make -j$(nproc)
3840
make install DESTDIR=/usr/x86_64-w64-mingw32
3941
```
4042

41-
### Building on a native mingw-w64 environment
43+
#### Building on a native mingw-w64 environment
4244
``` sh
4345
autoreconf -i
4446
./configure --prefix=/mingw64

0 commit comments

Comments
 (0)