shithub: openh264

Download patch

ref: dc661a6139fd603f6faec34524758138b135c18f
parent: 473f2e3d422ae80756cd32ee5a43e3671c07b28e
author: Martin Storsjö <[email protected]>
date: Fri Apr 17 11:07:37 EDT 2015

Fix a typo in the MSVC autobuild script

This typo made it fail to copy ut.dll when building for windows
phone.

--- a/build/AutoBuildForWPAndWindows.bat
+++ b/build/AutoBuildForWPAndWindows.bat
@@ -397,8 +397,7 @@
   echo DestDir is %DestDir%
   if "%vOSType%"=="msvc-wp" (
      set aFileList=%DllFile% %LibFile% %PDBFile% %UTDllFile%
-  )
-  else (
+  ) else (
      set aFileList=%DllFile% %LibFile% %PDBFile% %UTBinFile% %EncBinFile% %DecBinFile%
   )
   for %%k in (%aFileList%) do (