Reorganize lists to have one item on a line.
Originally committed as revision 4498 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									5ac8eda525
								
							
						
					
					
						commit
						2a4e872b05
					
				
							
								
								
									
										34
									
								
								configure
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										34
									
								
								configure
									
									
									
									
										vendored
									
									
								
							@ -1617,13 +1617,33 @@ fi
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# build tree in object directory if source path is different from current one
 | 
					# build tree in object directory if source path is different from current one
 | 
				
			||||||
if test "$source_path_used" = "yes" ; then
 | 
					if test "$source_path_used" = "yes" ; then
 | 
				
			||||||
    DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
 | 
					    DIRS="\
 | 
				
			||||||
          libavcodec/i386 libavcodec/sparc libavcodec/mlib \
 | 
					         doc \
 | 
				
			||||||
          libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests \
 | 
					         libavformat \
 | 
				
			||||||
          vhook libavutil"
 | 
					         libavcodec \
 | 
				
			||||||
    FILES="Makefile libavformat/Makefile libavcodec/Makefile \
 | 
					         libavcodec/alpha \
 | 
				
			||||||
          libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
 | 
					         libavcodec/armv4l \
 | 
				
			||||||
          doc/Makefile doc/texi2pod.pl libavutil/Makefile"
 | 
					         libavcodec/i386 \
 | 
				
			||||||
 | 
					         libavcodec/sparc \
 | 
				
			||||||
 | 
					         libavcodec/mlib \
 | 
				
			||||||
 | 
					         libavcodec/ppc \
 | 
				
			||||||
 | 
					         libavcodec/liba52 \
 | 
				
			||||||
 | 
					         libavcodec/libpostproc \
 | 
				
			||||||
 | 
					         libavutil \
 | 
				
			||||||
 | 
					         tests \
 | 
				
			||||||
 | 
					         vhook \
 | 
				
			||||||
 | 
					         "
 | 
				
			||||||
 | 
					    FILES="\
 | 
				
			||||||
 | 
					          Makefile \
 | 
				
			||||||
 | 
					          libavformat/Makefile \
 | 
				
			||||||
 | 
					          libavcodec/Makefile \
 | 
				
			||||||
 | 
					          libavcodec/libpostproc/Makefile \
 | 
				
			||||||
 | 
					          libavutil/Makefile \
 | 
				
			||||||
 | 
					          tests/Makefile \
 | 
				
			||||||
 | 
					          vhook/Makefile \
 | 
				
			||||||
 | 
					          doc/Makefile \
 | 
				
			||||||
 | 
					          doc/texi2pod.pl \
 | 
				
			||||||
 | 
					          "
 | 
				
			||||||
    for dir in $DIRS ; do
 | 
					    for dir in $DIRS ; do
 | 
				
			||||||
            mkdir -p $dir
 | 
					            mkdir -p $dir
 | 
				
			||||||
    done
 | 
					    done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user