[vlc-commits] access: remove recursion

Rémi Denis-Courmont git at videolan.org
Mon Sep 16 17:55:16 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 15 19:54:25 2013 +0300| [fc25a3a11f2a94a501786fa27f2a413132522444] | committer: Rémi Denis-Courmont

access: remove recursion

If you missed the fact that recursive makefiles are harmful, there is
plenty of documentation online (try "Recursive makefiles considered
harmful"), or ask the libav developers for the more concise version.

This change and the previous ones, are particularly boring though. The
main motivation is to eventually address #9397, after the same change is
applied to codec/, demux/ and possibly a few other subdirectories.

Note that some more simplification between Makefile.am files and
configure.ac is definitely possible - if someone is bored.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc25a3a11f2a94a501786fa27f2a413132522444
---

 configure.ac               |    1 -
 modules/Makefile.am        |    5 +-
 modules/access/Makefile.am |  192 ++++++++++++++++++++++----------------------
 3 files changed, 99 insertions(+), 99 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fc25a3a11f2a94a501786fa27f2a413132522444


More information about the vlc-commits mailing list