From d8d0d0b28278bd0a8a462002b18b7f7db93b3770 Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Wed, 1 Aug 2007 13:02:31 +0000
Subject: [PATCH] move gray so as to not introduce further misordering

Originally committed as revision 9851 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index a3932ab0687..237e99b6d38 100755
--- a/configure
+++ b/configure
@@ -586,6 +586,7 @@ CONFIG_LIST='
     ffserver
     gpl
     gprof
+    gray
     ipv6
     liba52
     liba52bin
@@ -616,7 +617,6 @@ CONFIG_LIST='
     v4l2
     x11grab
     zlib
-    gray
 '
 
 THREADS_LIST='
-- 
GitLab