From 3fc09b0081184f26edbb62d2d72ae89bf9e21768 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 27 Oct 2012 20:02:33 +0100 Subject: [PATCH] configure: Move list of external libs to a separate variable Signed-off-by: Mans Rullgard --- configure | 78 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 37 deletions(-) diff --git a/configure b/configure index dcda88e859..c546ff2d0c 100755 --- a/configure +++ b/configure @@ -1011,44 +1011,11 @@ COMPONENT_LIST=" protocols " -HWACCEL_LIST=" - dxva2 - vaapi - vda - vdpau -" -LIBRARY_LIST=" - avcodec - avdevice - avfilter - avformat - avresample - avutil - swscale -" - -PROGRAM_LIST=" - avconv - avplay - avprobe - avserver -" - -CONFIG_LIST=" - $COMPONENT_LIST - $HWACCEL_LIST - $LIBRARY_LIST - $PROGRAM_LIST +EXTERNAL_LIBRARY_LIST=" avisynth bzlib - dct - doc - fft frei0r gnutls - gpl - gray - hardcoded_tables libcdio libdc1394 libfaac @@ -1074,13 +1041,52 @@ CONFIG_LIST=" libx264 libxavs libxvid + openssl + x11grab + zlib +" + +HWACCEL_LIST=" + dxva2 + vaapi + vda + vdpau +" +LIBRARY_LIST=" + avcodec + avdevice + avfilter + avformat + avresample + avutil + swscale +" + +PROGRAM_LIST=" + avconv + avplay + avprobe + avserver +" + +CONFIG_LIST=" + $COMPONENT_LIST + $EXTERNAL_LIBRARY_LIST + $HWACCEL_LIST + $LIBRARY_LIST + $PROGRAM_LIST + dct + doc + fft + gpl + gray + hardcoded_tables lsp lzo mdct memalign_hack network nonfree - openssl pic rdft runtime_cpudetect @@ -1093,8 +1099,6 @@ CONFIG_LIST=" thumb version3 xmm_clobber_test - x11grab - zlib " THREADS_LIST='