File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ video_common_options = [
70
70
' --enable-videotoolbox' ,
71
71
]
72
72
73
- # https://github.com/media-kit/libmpv-android-audio-build/blob/main /buildscripts/variants /default.sh
73
+ # https://github.com/media-kit/libmpv-android-audio-build/blob/260666c0fef8c154971b5faf3f78da27c2bf2c40 /buildscripts/flavors /default.sh
74
74
audio_default_options = [
75
75
# decoders
76
76
' --enable-decoder=aac*' ,
@@ -140,6 +140,7 @@ audio_default_options = [
140
140
# protocols
141
141
' --enable-protocol=async' ,
142
142
' --enable-protocol=cache' ,
143
+ ' --enable-protocol=crypto' ,
143
144
' --enable-protocol=data' ,
144
145
' --enable-protocol=ffrtmphttp' ,
145
146
' --enable-protocol=file' ,
@@ -164,7 +165,7 @@ audio_default_options = [
164
165
' --enable-filter=equalizer' ,
165
166
]
166
167
167
- # https://github.com/media-kit/libmpv-android-video-build/blob/main /buildscripts/variants /default.sh
168
+ # https://github.com/media-kit/libmpv-android-video-build/blob/7353af784df9bab3256acd8d90f208024d16ab96 /buildscripts/flavors /default.sh
168
169
video_default_options = [
169
170
# decoders
170
171
' --enable-decoder=flv' ,
You can’t perform that action at this time.
0 commit comments