mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
New defaults (using existing dependencies): - Enable DRM for VAAPI-capable capture on KMS console, Wayland, X11 - Enable LIBXML2 by default for DASH demuxing support [1] Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.3:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Requested by: Tal Al <tad@vif.com> (via private mail) [1] Reported by: portscout
17 lines
403 B
Text
17 lines
403 B
Text
--- configure.orig 2020-06-15 18:54:23 UTC
|
|
+++ configure
|
|
@@ -3744,13 +3744,7 @@ target_os_default=$(tolower $(uname -s))
|
|
host_os=$target_os_default
|
|
|
|
# machine
|
|
-if test "$target_os_default" = aix; then
|
|
- arch_default=$(uname -p)
|
|
- strip_default="strip -X32_64"
|
|
- nm_default="nm -g -X32_64"
|
|
-else
|
|
- arch_default=$(uname -m)
|
|
-fi
|
|
+arch_default=$(uname -p)
|
|
cpu="generic"
|
|
intrinsics="none"
|
|
|