aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi@remlab.net>2024-06-07 21:17:43 +0300
committerRémi Denis-Courmont <remi@remlab.net>2024-06-13 21:16:16 +0300
commita5d2d267424a0c0568d703362dc89795734f3d54 (patch)
tree11070c2d3897b15670fc0f150ccae0529355aaa9
parentc5f69719bcb407072cc0a3c7b852a38c48b9e561 (diff)
downloadffmpeg-a5d2d267424a0c0568d703362dc89795734f3d54.tar.gz
sh4: remove architecture
Support for SuperH was dropped over a decade ago. There no longer is any architecture-specific code to be found, so just remove the corresponding test. Technically it is still possible to compile FFmpeg as the "generic" (pure C) architecture.
-rwxr-xr-xconfigure4
-rw-r--r--libavcodec/sh4/README6
2 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure
index 83284427df..1eddc9422a 100755
--- a/configure
+++ b/configure
@@ -2146,7 +2146,6 @@ ARCH_LIST="
ppc64
riscv
s390
- sh4
sparc
sparc64
tilegx
@@ -5249,9 +5248,6 @@ case "$arch" in
s390|s390x)
arch="s390"
;;
- sh4|sh)
- arch="sh4"
- ;;
sun4*|sparc*)
arch="sparc"
;;
diff --git a/libavcodec/sh4/README b/libavcodec/sh4/README
deleted file mode 100644
index 8dd61fe875..0000000000
--- a/libavcodec/sh4/README
+++ /dev/null
@@ -1,6 +0,0 @@
-SH4 optimizations have been removed in
-commit d6096a67422534918405abb46dafbbac4608cbc3
-The last revission with the optimizations is cbfc9046e1c7e295b74f252902ae6f255eef4e78
-
-If you want to maintain these (or other) SH4 optimizations in ffmpeg, then please
-contact ffmpeg-devel@ffmpeg.org