diff options
| author | Michael Forney <mforney@mforney.org> | 2017-10-15 21:03:10 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-15 21:03:10 -0700 |
| commit | 79e60e5e95b5ba78a663ff88dc20f372dc63877a (patch) | |
| tree | 0ffb72b4e30cc96010c0f7e4dfd28bc2bb71f87d /pkg/ffmpeg/patch | |
| parent | 6c200af7986812602e94fd8ef7429277f1c32915 (diff) | |
ffmpeg: Update to 3.4
Diffstat (limited to 'pkg/ffmpeg/patch')
| -rw-r--r-- | pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch b/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch index 79c67461..d970c36f 100644 --- a/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch +++ b/pkg/ffmpeg/patch/0001-version.sh-Replace-all-slashes.patch @@ -1,16 +1,16 @@ -From 32670e637b460f04d48067174f52ba2f1beb2a45 Mon Sep 17 00:00:00 2001 +From 333db73f3ce45055c77bf951153c8fddb3de5e42 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sat, 2 Jul 2016 11:58:07 -0700 Subject: [PATCH] version.sh: Replace all slashes --- - version.sh | 2 +- + ffbuild/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/version.sh b/version.sh -index edc4dd3..331aa38 100755 ---- a/version.sh -+++ b/version.sh +diff --git a/ffbuild/version.sh b/ffbuild/version.sh +index edc4dd33c5..331aa385c3 100755 +--- a/ffbuild/version.sh ++++ b/ffbuild/version.sh @@ -49,7 +49,7 @@ NEW_REVISION="#define FFMPEG_VERSION \"$version\"" OLD_REVISION=$(cat "$2" 2> /dev/null | head -4 | tail -1) @@ -21,5 +21,5 @@ index edc4dd3..331aa38 100755 # Update version header only on revision changes to avoid spurious rebuilds if test "$NEW_REVISION" != "$OLD_REVISION"; then -- -2.9.0 +2.14.2 |
