[FFmpeg-cvslog] configure: Remove pointless empty *_COMPONENTS variables

Diego Biurrun git at videolan.org
Sat Nov 11 21:32:29 EET 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Oct  5 23:16:25 2017 +0200| [76481f57b528168b00035aee76f7e0878669011f] | committer: Diego Biurrun

configure: Remove pointless empty *_COMPONENTS variables

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76481f57b528168b00035aee76f7e0878669011f
---

 configure | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure b/configure
index d3c968b3f4..de3663e18a 100755
--- a/configure
+++ b/configure
@@ -1242,16 +1242,11 @@ AVFORMAT_COMPONENTS="
     protocols
 "
 
-AVRESAMPLE_COMPONENTS=""
-AVUTIL_COMPONENTS=""
-
 COMPONENT_LIST="
     $AVCODEC_COMPONENTS
     $AVDEVICE_COMPONENTS
     $AVFILTER_COMPONENTS
     $AVFORMAT_COMPONENTS
-    $AVRESAMPLE_COMPONENTS
-    $AVUTIL_COMPONENTS
 "
 
 EXAMPLE_LIST="



More information about the ffmpeg-cvslog mailing list