From e249dfce721629b5870e8d17318eaefeeff07b70 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Fri, 27 Mar 2026 18:58:53 +0100 Subject: [PATCH] doc/optimization: Don't refer to non-existing subdirectory Removed in cdd139d760688b14849d02ee1907f68fe692c24e. Signed-off-by: Andreas Rheinhardt --- doc/optimization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/optimization.txt b/doc/optimization.txt index 06ad3ab880..c2e89a58a2 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -20,7 +20,7 @@ architecture-specific versions. It is recommended to look at older revisions of the interesting files (web frontends for the various FFmpeg branches are listed at http://ffmpeg.org/download.html). Alternatively, look into the other architecture-specific versions in -the x86/, ppc/, alpha/ subdirectories. Even if you don't exactly +the x86/, ppc/, aarch64/ subdirectories. Even if you don't exactly comprehend the instructions, it could help understanding the functions and how they can be optimized.