On Sun, Mar 25, 2012 at 11:41:12AM +0100, Måns Rullgård wrote: > Diego Biurrun <[email protected]> writes: > > > This allows simplifying the Makefiles; it is no longer necessary to register > > arch subdirectory Makefiles, just putting them in place is enough. > > --- > > libavcodec/Makefile | 2 -- > > libavfilter/Makefile | 2 -- > > libavutil/Makefile | 2 -- > > library.mak | 6 ++---- > > libswscale/Makefile | 2 -- > > 5 files changed, 2 insertions(+), 12 deletions(-) > > lgtm
Actually this one missed removing DIRS from the list of subdirectory variables in the top-level Makefile. Updated patch coming up. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
