From 99f48ccaa00d13343d5b61e89a1f6889daa17110 Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Fri, 27 Nov 2020 14:34:13 +0000 Subject: [PATCH] Fix typo PiperOrigin-RevId: 344526343 --- extensions/vp9/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index c831e61a79..b83d254f3a 100644 --- a/extensions/vp9/README.md +++ b/extensions/vp9/README.md @@ -78,8 +78,8 @@ should be possible to follow the Linux instructions in [Windows PowerShell][]. * Android config scripts should be re-generated by running `generate_libvpx_android_configs.sh` * Clean and re-build the project. -* If you want to use your own version of libvpx, refer to it using the a symlink - in `${VP9_EXT_PATH}/jni/libvpx`. Please note that +* If you want to use your own version of libvpx, refer to it using a symlink in + `${VP9_EXT_PATH}/jni/libvpx`. Please note that `generate_libvpx_android_configs.sh` and the makefiles may need to be modified to work with arbitrary versions of libvpx.