[Ffmpeg-devel] libavutil / separate build directory

Alexander Strasser eclipse7
Sat Aug 6 19:19:02 CEST 2005


Hi
 
Michael Niedermayer wrote:
> On Saturday 06 August 2005 14:43, Alexander Strasser wrote:
> > Diego Biurrun wrote:
> > > What about breaking up the FFmpeg Makefiles in a manner similar to the
> > > MPlayer ones?  I mean putting one entry per line on multiline constructs
> > > so that patches are easier in the future.
> >
> >   Yes, i thought about it too. But i won't do such a highly cosmetic
> > change without agreement of the configure maintainer (iirc michael).
> >   And it should go into a separate commit imho.
> 
> ok

  would this be ok with you?

  Alex (beastd)
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.196
diff -u -r1.196 configure
--- configure	6 Aug 2005 13:19:54 -0000	1.196
+++ configure	6 Aug 2005 16:56:34 -0000
@@ -1617,13 +1617,33 @@
 
 # build tree in object directory if source path is different from current one
 if test "$source_path_used" = "yes" ; then
-    DIRS="doc libavformat libavcodec libavcodec/alpha libavcodec/armv4l \
-          libavcodec/i386 libavcodec/sparc libavcodec/mlib \
-          libavcodec/ppc libavcodec/liba52 libavcodec/libpostproc tests \
-          vhook libavutil"
-    FILES="Makefile libavformat/Makefile libavcodec/Makefile \
-          libavcodec/libpostproc/Makefile tests/Makefile vhook/Makefile \
-          doc/Makefile doc/texi2pod.pl libavutil/Makefile"
+    DIRS="\
+         doc \
+         libavformat \
+         libavcodec \
+         libavcodec/alpha \
+         libavcodec/armv4l \
+         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
             mkdir -p $dir
     done



More information about the ffmpeg-devel mailing list