Skip to content

Commit a319c0f

Browse files
committed
rename
1 parent 548d5a9 commit a319c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cross_compile_ffmpeg.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -885,15 +885,15 @@ build_nv_headers() {
885885
cd ..
886886
}
887887

888-
build_intel_quicksync_mfx() { # i.e. qsv, disableable via command line switch...
888+
build_intel_qsv_mfx() { # disableable via command line switch...
889889
do_git_checkout https://github.com/lu-zero/mfx_dispatch.git mfx_dispatch_git 2cd279f # lu-zero?? oh well seems somewhat supported...
890890
cd mfx_dispatch_git
891891
if [[ ! -f "configure" ]]; then
892892
autoreconf -fiv || exit 1
893893
automake --add-missing || exit 1
894894
fi
895895
if [[ $compiler_flavors == "native" && $OSTYPE != darwin* ]]; then
896-
unset PKG_CONFIG_LIBDIR # allow mfx_dispatch to use libva-dev or some odd...not sure for OS X so just disable it :)
896+
unset PKG_CONFIG_LIBDIR # allow mfx_dispatch to use libva-dev or some odd on linux...not sure for OS X so just disable it :)
897897
generic_configure_make_install
898898
export PKG_CONFIG_LIBDIR=
899899
else
@@ -2661,7 +2661,7 @@ build_ffmpeg_dependencies() {
26612661
build_amd_amf_headers
26622662
fi
26632663
if [[ $build_intel_qsv = y && $compiler_flavors != "native" ]]; then # Broken for native builds right now: https://github.com/lu-zero/mfx_dispatch/issues/71
2664-
build_intel_quicksync_mfx
2664+
build_intel_qsv_mfx
26652665
fi
26662666
build_nv_headers
26672667
build_libzimg # Uses dlfcn.

0 commit comments

Comments
 (0)