Skip to content

Commit

Permalink
AU: 1 updated - ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 19, 2016
1 parent 43856cc commit 7e6c55c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/ffmpeg/ffmpeg.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ffmpeg</id>
Expand All @@ -8,7 +8,7 @@
<authors>FFmpeg Contributors</authors>
<licenseUrl>http://www.ffmpeg.org/legal.html</licenseUrl>
<projectUrl>http://www.ffmpeg.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4a49519947c3cff55c17a0b08266c56b0613e64/icons/ffmpeg.svg</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/ffmpeg.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERIFICATION
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Expand Down
2 changes: 1 addition & 1 deletion automatic/ffmpeg/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$embedded_path = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Expand Down

0 comments on commit 7e6c55c

Please sign in to comment.