From 2e35e68434352d44ea133b9fa0f623c87c6a95b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Tue, 30 Dec 2008 03:13:48 +0000
Subject: [PATCH] Make shared/static full CONFIG options

Originally committed as revision 16394 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 9111278a344..1cb601dea69 100755
--- a/configure
+++ b/configure
@@ -772,7 +772,9 @@ CONFIG_LIST="
     nonfree
     postproc
     powerpc_perf
+    shared
     small
+    static
     swscale
     vhook
     x11grab
@@ -896,8 +898,6 @@ CMDLINE_SELECT="
     extra_warnings
     logging
     optimizations
-    shared
-    static
     stripping
 "
 
-- 
GitLab