[FFmpeg-cvslog] build: consistent spacing between lists (cosmetics)

Clément Bœsch git at videolan.org
Tue Sep 5 13:43:01 EEST 2017


ffmpeg | branch: master | Clément Bœsch <cboesch at gopro.com> | Tue Sep  5 12:45:20 2017 +0200| [516ac7bcc76124989626bec2fff6e5a5333bf26e] | committer: Clément Bœsch

build: consistent spacing between lists (cosmetics)

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

 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index f7558f6998..2f3fa2ba3d 100755
--- a/configure
+++ b/configure
@@ -1439,9 +1439,11 @@ AVDEVICE_COMPONENTS="
     indevs
     outdevs
 "
+
 AVFILTER_COMPONENTS="
     filters
 "
+
 AVFORMAT_COMPONENTS="
     demuxers
     muxers
@@ -1449,6 +1451,7 @@ AVFORMAT_COMPONENTS="
 "
 
 AVRESAMPLE_COMPONENTS=""
+
 AVUTIL_COMPONENTS=""
 
 COMPONENT_LIST="
@@ -1483,6 +1486,7 @@ EXAMPLE_LIST="
     transcode_aac_example
     transcoding_example
 "
+
 EXTERNAL_AUTODETECT_LIBRARY_LIST="
     alsa
     bzlib
@@ -1592,6 +1596,7 @@ EXTERNAL_LIBRARY_LIST="
     opengl
     videotoolbox
 "
+
 HWACCEL_AUTODETECT_LIBRARY_LIST="
     audiotoolbox
     crystalhd



More information about the ffmpeg-cvslog mailing list