File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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```
1416autoreconf -i
@@ -17,28 +19,28 @@ make -j$(nproc)
1719make install
1820```
1921
20- # Windows
22+ ## Windows
2123
2224The 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.
2325This 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
3537autoreconf -i
3638./configure --host=x86_64-w64-mingw32
3739make -j$( nproc)
3840make 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
4345autoreconf -i
4446./configure --prefix=/mingw64
You can’t perform that action at this time.
0 commit comments