Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShiyou Yin <yinshiyou-hf@loongson.cn>2021-12-01 06:52:19 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2021-12-01 19:44:56 +0300
commit07f8f78a5fb8b6a28f7b9d79fae6e411a17114ee (patch)
tree9ce6d4bdaec05ad5de4a270086f29f0bee92cd09 /Changelog
parent12f8293c025f0a6103f2d0a05b05bffa9f4ff434 (diff)
configure: Add support for loongarch.
For la464 cpu: ./configure --cpu=la464 With cross-compiler: ./configure --cross-prefix=loongarch64-linux-gnu- \ --enable-cross-compile --arch=loongarch64 \ --target-os=linux --cpu=la464 Reviewed-by: 陈昊 <chenhao@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 56faa7f9f5..648079ab64 100644
--- a/Changelog
+++ b/Changelog
@@ -35,6 +35,7 @@ version <next>:
- bitpacked encoder
- VideoToolbox VP9 hwaccel
- VideoToolbox ProRes hwaccel
+- support loongarch.
version 4.4: