| 
									
										
										
										
											2020-09-09 17:05:08 -07:00
										 |  |  | # Copyright (c) Microsoft Corporation. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Licensed under the Apache License, Version 2.0 (the 'License"); | 
					
						
							|  |  |  | # you may not use this file except in compliance with the License. | 
					
						
							|  |  |  | # You may obtain a copy of the License at | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # http://www.apache.org/licenses/LICENSE-2.0 | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # Unless required by applicable law or agreed to in writing, software | 
					
						
							|  |  |  | # distributed under the License is distributed on an "AS IS" BASIS, | 
					
						
							|  |  |  | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
					
						
							|  |  |  | # See the License for the specific language governing permissions and | 
					
						
							|  |  |  | # limitations under the License. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-21 14:54:22 -07:00
										 |  |  | ZLIB_VERSION="v1.2.11" | 
					
						
							|  |  |  | ZLIB_CONFIG="--static" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-09 17:05:08 -07:00
										 |  |  | LIBVPX_VERSION="v1.9.0" | 
					
						
							|  |  |  | LIBVPX_CONFIG="--enable-static \
 | 
					
						
							|  |  |  |                --disable-shared \
 | 
					
						
							|  |  |  |                --disable-docs \
 | 
					
						
							|  |  |  |                --disable-tools \
 | 
					
						
							|  |  |  |                --disable-unit-tests \
 | 
					
						
							|  |  |  |                --disable-examples"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | FFMPEG_VERSION="n4.3.1" | 
					
						
							| 
									
										
										
										
											2020-09-09 18:43:38 -07:00
										 |  |  | FFMPEG_CONFIG="--extra-version=playwright-build-$(cat ./BUILD_NUMBER | head -1) \
 | 
					
						
							| 
									
										
										
										
											2020-09-09 17:05:08 -07:00
										 |  |  |                --disable-debug \
 | 
					
						
							| 
									
										
										
										
											2020-09-09 18:43:38 -07:00
										 |  |  |                --disable-autodetect \
 | 
					
						
							| 
									
										
										
										
											2020-09-09 17:05:08 -07:00
										 |  |  |                --disable-everything \
 | 
					
						
							|  |  |  |                --enable-ffmpeg \
 | 
					
						
							|  |  |  |                --enable-protocol=pipe \
 | 
					
						
							|  |  |  |                --enable-protocol=file \
 | 
					
						
							|  |  |  |                --enable-parser=mjpeg \
 | 
					
						
							|  |  |  |                --enable-decoder=mjpeg \
 | 
					
						
							|  |  |  |                --enable-demuxer=image2pipe \
 | 
					
						
							|  |  |  |                --enable-filter=pad \
 | 
					
						
							|  |  |  |                --enable-filter=crop \
 | 
					
						
							|  |  |  |                --enable-filter=scale \
 | 
					
						
							|  |  |  |                --enable-muxer=webm \
 | 
					
						
							|  |  |  |                --enable-libvpx \
 | 
					
						
							|  |  |  |                --enable-static \
 | 
					
						
							|  |  |  |                --enable-encoder=libvpx_vp8 \
 | 
					
						
							| 
									
										
										
										
											2020-09-21 12:02:47 -07:00
										 |  |  |                --enable-decoder=libvpx_vp8 \
 | 
					
						
							|  |  |  |                --enable-demuxer=matroska \
 | 
					
						
							|  |  |  |                --enable-encoder=png \
 | 
					
						
							|  |  |  |                --enable-zlib \
 | 
					
						
							|  |  |  |                --enable-muxer=image2 \
 | 
					
						
							| 
									
										
										
										
											2020-09-09 17:05:08 -07:00
										 |  |  |                --disable-pthreads \
 | 
					
						
							|  |  |  |                --disable-iconv \
 | 
					
						
							|  |  |  |                --disable-w32threads \
 | 
					
						
							|  |  |  |                --disable-bzlib"
 | 
					
						
							|  |  |  | 
 |