qt: playlist: use item title if available
[vlc.git] / contrib / src / vpx / libvpx-remove-bitcode.patch
blob80de6e5700bf5d3bc245277103db1ef037a7f917
1 diff --git a/build/make/configure.sh b/build/make/configure.sh
2 index d05d0fa12..0ebf74039 100644
3 --- a/build/make/configure.sh
4 +++ b/build/make/configure.sh
5 @@ -1129,12 +1129,6 @@ EOF
6 fi
7 ;;
8 esac
10 - if [ "$(show_darwin_sdk_major_version iphoneos)" -gt 8 ]; then
11 - check_add_cflags -fembed-bitcode
12 - check_add_asflags -fembed-bitcode
13 - check_add_ldflags -fembed-bitcode
14 - fi
17 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl"