This website works better with JavaScript.
Home
Explore
Help
Sign In
use
/
ffmpeg_build_scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Properly prepend sdk file, and set nasm as assembler for vpx
master
use
1 year ago
parent
0010452cbc
commit
13308babd9
5 changed files
with
2 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
deps/05_intel-sdk/MediaSDK
+1
-1
deps/05_intel-sdk/build.sh
+1
-1
deps/13_libvpx/build.sh
+0
-1
deps/13_libvpx/libvpx
+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
#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
"
+ 1
- 1
deps/13_libvpx/build.sh
View File
@ -34,7 +34,7 @@ make distclean
--enable-realtime-only
\
--enable-better-hw-compatibility
\
--disable-unit-tests
\
--as
=
n
s
am
\
--as
=
na
s
m
\
--prefix
=
"/app/ffmpeg/install/"
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
Write
Preview
Loading…
Cancel
Save