diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 14:33:46 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 14:33:46 -0500 |
commit | ff6887cafd8c810cd0e26bbff3d407cfd76a8017 (patch) | |
tree | 94d479afdb910ee154d2cde18faf6c9cc6929d1f /config | |
parent | 5e39f1ac687c4e3320ef2e54298e70465348b17c (diff) | |
download | aura-central-ff6887cafd8c810cd0e26bbff3d407cfd76a8017.tar.gz |
Issue %3003 - Move libav to libs/
Diffstat (limited to 'config')
-rw-r--r-- | config/external/lgpllibs/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/external/lgpllibs/moz.build b/config/external/lgpllibs/moz.build index aecb9b1bd..9900beac9 100644 --- a/config/external/lgpllibs/moz.build +++ b/config/external/lgpllibs/moz.build @@ -13,5 +13,5 @@ GeckoSharedLibrary('lgpllibs', linkage=None) SHARED_LIBRARY_NAME = 'lgpllibs' if CONFIG['MOZ_LIBAV_FFT']: - DIRS += ['/media/libav'] + DIRS += ['/libs/libav'] DEFFILE = SRCDIR + '/lgpllibs.def' |