lu-zero / mfx_dispatch

Intel media sdk dispatcher
BSD 3-Clause "New" or "Revised" License
157 stars 83 forks source link

Add missing headers #68

Closed 1480c1 closed 4 years ago

1480c1 commented 4 years ago

I'm assuming that the headers came from https://github.com/Intel-Media-SDK/MediaSDK.

Downloaded by

for _mfx_header in mfx{video,audio,plugin}++ mfx{adapter,pcp,scd,dispatcherprefixedfunctions}; do
    [[ -f "mfx/$_mfx_header.h" ]] || wget "https://raw.githubusercontent.com/Intel-Media-SDK/MediaSDK/master/api/include/$_mfx_header.h" -O "mfx/$_mfx_header.h"
done
maximd33 commented 4 years ago

it is correct place , thanks