mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 07:57:27 +03:00 
			
		
		
		
	Merge pull request #4342 from radarhere/libwebp
Updated libwebp to 1.1.0
This commit is contained in:
		
						commit
						ef4a0b2f4c
					
				
							
								
								
									
										2
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -172,7 +172,7 @@ jobs: | |||
|         set INCLUDE=C:\Program Files (x86)\Microsoft SDKs\Windows\V7.1A\Include | ||||
|         set INCLIB=%GITHUB_WORKSPACE%\winbuild\depends\msvcr10-x32 | ||||
|         set BUILD=%GITHUB_WORKSPACE%\winbuild\build | ||||
|         cd /D %BUILD%\libwebp-1.0.3 | ||||
|         cd /D %BUILD%\libwebp-1.1.0 | ||||
|         call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.platform-vcvars }} | ||||
|         echo on | ||||
|         rmdir /S /Q output\release-static | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| #!/bin/bash | ||||
| # install webp | ||||
| 
 | ||||
| archive=libwebp-1.0.3 | ||||
| archive=libwebp-1.1.0 | ||||
| 
 | ||||
| ./download-and-extract.sh $archive https://raw.githubusercontent.com/python-pillow/pillow-depends/master/$archive.tar.gz | ||||
| 
 | ||||
|  |  | |||
|  | @ -77,9 +77,9 @@ libs = { | |||
|         "version": "8.6.10", | ||||
|     }, | ||||
|     "webp": { | ||||
|         "url": "http://downloads.webmproject.org/releases/webp/libwebp-1.0.3.tar.gz", | ||||
|         "filename": "libwebp-1.0.3.tar.gz", | ||||
|         "dir": "libwebp-1.0.3", | ||||
|         "url": "http://downloads.webmproject.org/releases/webp/libwebp-1.1.0.tar.gz", | ||||
|         "filename": "libwebp-1.1.0.tar.gz", | ||||
|         "dir": "libwebp-1.1.0", | ||||
|     }, | ||||
|     "openjpeg": { | ||||
|         "url": "https://github.com/uclouvain/openjpeg/archive/v2.3.1.tar.gz", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user