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
swap from libmfx -> libvpl
master
use
1 year ago
parent
36812c8605
commit
1eb719c364
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
build.sh
+ 2
- 2
build.sh
View File
@ -30,7 +30,7 @@ make distclean
--enable-vaapi
\
--enable-vaapi
\
--enable-opengl
\
--enable-opengl
\
--enable-opencl
\
--enable-opencl
\
--enable-lib
mfx
\
--enable-lib
vpl
\
--enable-libvorbis
\
--enable-libvorbis
\
--enable-libvpx
\
--enable-libvpx
\
--enable-libdrm
\
--enable-libdrm
\
@ -48,7 +48,7 @@ make distclean
# --disable-debug \
# --disable-debug \
# --enable-debug \
# --enable-debug \
# --enable-lib
vpl
\
# --enable-lib
mfx
\
make -j8
make -j8
if
make
if
make
Write
Preview
Loading…
Cancel
Save