Blame view

3rdparty/ffmpeg-4.4.4/x264/x264res.manifest 572 Bytes
f244cbd5   Hu Chunming   ffmpeg支持h264编码
1
2
3
4
5
6
7
8
9
10
  <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
      <assemblyIdentity type="win32" name="VideoLAN.x264" version="1.0.0.0"/>
      <application xmlns="urn:schemas-microsoft-com:asm.v3">
          <windowsSettings>
              <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
              <activeCodePage xmlns="http://schemas.microsoft.com/SMI/2019/WindowsSettings">UTF-8</activeCodePage>
          </windowsSettings>
      </application>
  </assembly>