summaryrefslogtreecommitdiffstats
path: root/libraries/libaom/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libaom/README')
-rw-r--r--libraries/libaom/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/libaom/README b/libraries/libaom/README
deleted file mode 100644
index 5d92532e29..0000000000
--- a/libraries/libaom/README
+++ /dev/null
@@ -1,12 +0,0 @@
-AOMedia Video 1 (AV1) is an Open Source video codec designed for
-video transmission over the Internet. AV1 is planned to surpass
-VP9 and also to eventually be a competitor with HEVC/H.265.
-
-This libaom SlackBuild builds two 'reference' applications:
-
- 1. aomenc: an AV1 encoder
- 2. aomdec: an AV1 decoder
-
-Libraries are available for those who wish to build an AV1 encoder
-(libaom-av1) with a recent version of FFmpeg by specifying
-'--enable-libaom' in the FFmpeg ./configure string.