Enable libvpx high bitdepth supoort
This commit is contained in:
		
							parent
							
								
									4bdfd2c83f
								
							
						
					
					
						commit
						f5dccd80d1
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBVPX_REPO="https://chromium.googlesource.com/webm/libvpx"
 | 
					LIBVPX_REPO="https://chromium.googlesource.com/webm/libvpx"
 | 
				
			||||||
LIBVPX_COMMIT="aea631263d38e45a7f119d39ccc3dc065db01f08"
 | 
					LIBVPX_COMMIT="16154dae714c3e88bfa17c25d5d6ad8198fac63a"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffbuild_enabled() {
 | 
					ffbuild_enabled() {
 | 
				
			||||||
    return 0
 | 
					    return 0
 | 
				
			||||||
| 
						 | 
					@ -23,6 +23,7 @@ ffbuild_dockerbuild() {
 | 
				
			||||||
        --disable-examples
 | 
					        --disable-examples
 | 
				
			||||||
        --disable-tools
 | 
					        --disable-tools
 | 
				
			||||||
        --disable-docs
 | 
					        --disable-docs
 | 
				
			||||||
 | 
					        --enable-vp9-highbitdepth
 | 
				
			||||||
        --prefix="$FFBUILD_PREFIX"
 | 
					        --prefix="$FFBUILD_PREFIX"
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue