summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-10-09 19:04:44 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-10-10 18:21:55 +0000
commit06b96d9a1717e109be412511fb321a482ba578f8 (patch)
treec5f42c150c10a0f8742db4dd187f2466daeb9330 /multimedia/ffmpeg/files
parentwww/firefox-esr: update to 102.4.0 (rc1) (diff)
multimedia/ffmpeg: update to 4.4.3
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.4.3:/Changelog Reported by: portscout (cherry picked from commit c1e0a52d1a752710db753a4c7a864e0e071a1140)
Diffstat (limited to 'multimedia/ffmpeg/files')
-rw-r--r--multimedia/ffmpeg/files/patch-configure13
1 files changed, 2 insertions, 11 deletions
diff --git a/multimedia/ffmpeg/files/patch-configure b/multimedia/ffmpeg/files/patch-configure
index ce54ab1bd8f2..1b06074fc3fa 100644
--- a/multimedia/ffmpeg/files/patch-configure
+++ b/multimedia/ffmpeg/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2020-06-15 18:54:23 UTC
+--- configure.orig 2022-10-09 19:04:43 UTC
+++ configure
-@@ -3744,13 +3744,7 @@ target_os_default=$(tolower $(uname -s))
+@@ -3784,13 +3784,7 @@ host_os=$target_os_default
host_os=$target_os_default
# machine
@@ -15,12 +15,3 @@
cpu="generic"
intrinsics="none"
-@@ -6736,7 +6736,7 @@ fi
-
- if enabled sdl2; then
- SDL2_CONFIG="${cross_prefix}sdl2-config"
-- test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 2.1.0" SDL_events.h SDL_PollEvent
-+ test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 3.0.0" SDL_events.h SDL_PollEvent
- if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then
- sdl2_cflags=$("${SDL2_CONFIG}" --cflags)
- sdl2_extralibs=$("${SDL2_CONFIG}" --libs)