shithub: libvpx

Download patch

ref: c9f8aefe26975eb68664a3aa4a40909679286b25
parent: e33241bb13fa1c97dc6c3ec35991e229bf06837c
author: Ralph Giles <giles@xiph.org>
date: Sun Apr 10 05:23:53 EDT 2011

Remove duplicate ';;' from the configure script.

This gave a syntax error, preventing configure from completing.

Change-Id: I3df765f93c26e5bb3b2aab939d1cd01d6c57d450

--- a/configure
+++ b/configure
@@ -317,7 +317,6 @@
             process_common_cmdline "$opt"
         fi
         ;;
-        ;;
         esac
     done
 }
--