summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDmitry Kovalev <dkovalev@google.com>2014-05-22 12:46:22 -0700
committerDmitry Kovalev <dkovalev@google.com>2014-05-22 12:46:22 -0700
commit0907cb6b4c89e6c4081d890f8ffde9115e3d74f4 (patch)
tree63a58642c13ae479ea156a6a7ad880cf4c6f5ef9 /tools
parentb59b3241713282d50af2dce6ae5a1f57223ca6b2 (diff)
downloadlibvpx-0907cb6b4c89e6c4081d890f8ffde9115e3d74f4.tar.gz
Removing unused third-party libraries.
We use libwebm instead of libmkv and nestegg. Change-Id: I339eae081061c2e3eb8b234f14ae1bc846f85011
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ftfy.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ftfy.sh b/tools/ftfy.sh
index 92059f51c..29ae95e9b 100755
--- a/tools/ftfy.sh
+++ b/tools/ftfy.sh
@@ -123,7 +123,6 @@ git show > "${ORIG_DIFF}"
for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); do
case "$f" in
third_party/*) continue;;
- nestegg/*) continue;;
esac
vpx_style "$f"
done