Update tg_owt to webrtc m90.
This commit is contained in:
		
							parent
							
								
									b905a18161
								
							
						
					
					
						commit
						e0e878cbb1
					
				
					 6 changed files with 25 additions and 9 deletions
				
			
		
							
								
								
									
										2
									
								
								Telegram/ThirdParty/tgcalls
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Telegram/ThirdParty/tgcalls
									
										
									
									
										vendored
									
									
								
							|  | @ -1 +1 @@ | |||
| Subproject commit a362d24ee97ed1a5c2e3a82656e897adf3354613 | ||||
| Subproject commit 1777fdf141ffa31bda158627345518b91834bab8 | ||||
|  | @ -733,13 +733,20 @@ COPY --from=ffmpeg ${LibrariesPath}/ffmpeg-cache / | |||
| COPY --from=openssl ${LibrariesPath}/openssl-cache / | ||||
| COPY --from=libXtst ${LibrariesPath}/libXtst-cache / | ||||
| 
 | ||||
| ADD https://api.github.com/repos/desktop-app/tg_owt/git/refs/heads/master tg_owt-version.json | ||||
| RUN git clone --depth=1 --recursive $GIT/desktop-app/tg_owt.git | ||||
| # Shallow clone on a specific commit. | ||||
| RUN mkdir tg_owt | ||||
| WORKDIR tg_owt | ||||
| RUN git init | ||||
| RUN git remote add origin $GIT/desktop-app/tg_owt.git | ||||
| RUN git fetch --depth=1 origin 80c1c625332cb056aae50794c107700edc3b71d2 | ||||
| RUN git reset --hard FETCH_HEAD | ||||
| RUN git submodule init | ||||
| RUN git submodule update | ||||
| 
 | ||||
| WORKDIR tg_owt/src/third_party/pipewire | ||||
| WORKDIR src/third_party/pipewire | ||||
| RUN meson build | ||||
| 
 | ||||
| WORKDIR $LibrariesPath/tg_owt | ||||
| WORKDIR ../../.. | ||||
| 
 | ||||
| RUN cmake3 -B out/Release . \ | ||||
| 	-DCMAKE_BUILD_TYPE=Release \ | ||||
|  |  | |||
|  | @ -207,8 +207,11 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** | |||
|     jom -j8 install | ||||
|     cd .. | ||||
| 
 | ||||
|     git clone --recursive https://github.com/desktop-app/tg_owt.git | ||||
|     git clone https://github.com/desktop-app/tg_owt.git | ||||
|     cd tg_owt | ||||
|     git checkout 80c1c62533 | ||||
|     git submodule init | ||||
|     git submodule update | ||||
|     mkdir out | ||||
|     cd out | ||||
|     mkdir Debug | ||||
|  |  | |||
|  | @ -207,8 +207,11 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath*** | |||
|     jom -j8 install | ||||
|     cd .. | ||||
| 
 | ||||
|     git clone --recursive https://github.com/desktop-app/tg_owt.git | ||||
|     git clone https://github.com/desktop-app/tg_owt.git | ||||
|     cd tg_owt | ||||
|     git checkout 80c1c62533 | ||||
|     git submodule init | ||||
|     git submodule update | ||||
|     mkdir out | ||||
|     cd out | ||||
|     mkdir Debug | ||||
|  |  | |||
|  | @ -302,8 +302,11 @@ Go to ***BuildPath*** and run | |||
|     sudo make install | ||||
|     cd .. | ||||
| 
 | ||||
|     git clone --recursive https://github.com/desktop-app/tg_owt.git | ||||
|     git clone https://github.com/desktop-app/tg_owt.git | ||||
|     cd tg_owt | ||||
|     git checkout 80c1c62533 | ||||
|     git submodule init | ||||
|     git submodule update | ||||
|     mkdir out | ||||
|     cd out | ||||
|     mkdir Debug | ||||
|  |  | |||
|  | @ -424,7 +424,7 @@ parts: | |||
|   webrtc: | ||||
|     source: https://github.com/desktop-app/tg_owt.git | ||||
|     source-depth: 1 | ||||
|     source-commit: 18cb4cd9bb4c2f5f5f5e760ec808f74c302bc1bf | ||||
|     source-commit: 80c1c625332cb056aae50794c107700edc3b71d2 | ||||
|     plugin: cmake | ||||
|     build-packages: | ||||
|       - yasm | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 John Preston
						John Preston