Browse Source

Properly prepend sdk file, and set nasm as assembler for vpx

master
use 1 year ago
parent
commit
13308babd9
5 changed files with 2 additions and 5 deletions
  1. +0
    -1
      deps/05_intel-sdk/MediaSDK
  2. +1
    -1
      deps/05_intel-sdk/build.sh
  3. +1
    -1
      deps/13_libvpx/build.sh
  4. +0
    -1
      deps/13_libvpx/libvpx
  5. +0
    -1
      deps/16_x265/x265_git

+ 0
- 1
deps/05_intel-sdk/MediaSDK

@ -1 +0,0 @@
Subproject commit 22dc85a376ebe8be9cc43fc48654ea159419db79

+ 1
- 1
deps/05_intel-sdk/build.sh View File

@ -10,7 +10,7 @@ then
fi fi
#Unsure if still needed: #Unsure if still needed:
echo "#include <stdint.h>" >>./MediaSDK/api/mfx_dispatch/linux/mfxparser.cpp
sed -i "1s/^/#include <stdint.h>\n/" ./MediaSDK/api/mfx_dispatch/linux/mfxparser.cpp
cd "$pkg" cd "$pkg"

+ 1
- 1
deps/13_libvpx/build.sh View File

@ -34,7 +34,7 @@ make distclean
--enable-realtime-only \ --enable-realtime-only \
--enable-better-hw-compatibility \ --enable-better-hw-compatibility \
--disable-unit-tests \ --disable-unit-tests \
--as=nsam \
--as=nasm \
--prefix="/app/ffmpeg/install/" --prefix="/app/ffmpeg/install/"
make -j8 make -j8

+ 0
- 1
deps/13_libvpx/libvpx

@ -1 +0,0 @@
Subproject commit 972149cafeb71d6f08df89e91a0130d6a38c4b15

+ 0
- 1
deps/16_x265/x265_git

@ -1 +0,0 @@
Subproject commit c07d076cf20ab41d8077a804dda70fdbc3b97386

Loading…
Cancel
Save