summaryrefslogtreecommitdiff
path: root/media/libaom/generate_sources_mozbuild.sh
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-07 23:30:51 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-07 23:30:51 -0400
commitccf64c18670c1695c4fbdd45d9ca0c3e7c2973f2 (patch)
tree45d55e3e5e73c4255c4d71258d9be5b2d004d28f /media/libaom/generate_sources_mozbuild.sh
parent7d1f7918da802e6e35316f214594a336f83b6b1c (diff)
downloadaura-central-ccf64c18670c1695c4fbdd45d9ca0c3e7c2973f2.tar.gz
Move aom source to a sub-directory under media/libaom
There is no damned reason to treat this differently than any other media lib given its license and there never was.
Diffstat (limited to 'media/libaom/generate_sources_mozbuild.sh')
-rwxr-xr-xmedia/libaom/generate_sources_mozbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libaom/generate_sources_mozbuild.sh b/media/libaom/generate_sources_mozbuild.sh
index fc12b7230..d712d145d 100755
--- a/media/libaom/generate_sources_mozbuild.sh
+++ b/media/libaom/generate_sources_mozbuild.sh
@@ -15,7 +15,7 @@
export LC_ALL=C
BASE_DIR=$(pwd)
-LIBAOM_SRC_DIR="../../third_party/aom"
+LIBAOM_SRC_DIR="/media/libaom/src"
LIBAOM_CONFIG_DIR="config"
# Print license header.