]> git.sesse.net Git - vlc/commit
Fix MODULE_NAME for android
authorRafaël Carré <funman@videolan.org>
Sat, 21 Sep 2013 16:23:21 +0000 (18:23 +0200)
committerRafaël Carré <funman@videolan.org>
Sat, 21 Sep 2013 16:40:33 +0000 (18:40 +0200)
commit8eabb7bec5971d1469b935e16f54f6e8d3a6f594
tree0065d583f23a9c7555cb054a5ec3de160a9e29c2
parent30e0e1d4c2d68ac716497f52687dbce768403935
Fix MODULE_NAME for android

The modules concerned all had non unique names (e.g. flac for both
the decoder and the demuxer).

MODULE_NAME macro uses Makefile target to retrieve a unique name
This was broken in 20cdb051acbe12ffee1f52e2e15e566762f04949, as
explained by automake documentation:

 When using a per-target compilation flag, Automake will choose a
 different name for the intermediate object files.
modules/access/Makefile.am
modules/audio_filter/Modules.am
modules/audio_mixer/Makefile.am
modules/audio_output/Modules.am
modules/demux/Makefile.am