GNOME Bugzilla – Bug 673602
Print proper GStreamer plugins' names during autoconf
Last modified: 2012-04-11 12:10:17 UTC
Created attachment 211424 [details] [review] Patch to fix Autoconf should print names of plugins but not the elements used to build Totem.
Review of attachment 211424 [details] [review]: The idea is good, but it's clumsy. Adding a new plugin check should be as easy as adding it to the list of plugins to check for. You could use 2 arrays and the shift command for that, for example.
Created attachment 211734 [details] [review] Fix using shift command Here is another version using 'shift' and 'set' commands due to sh which doesn't support arrays.
Created attachment 211736 [details] [review] Fix using shift command Previous was dependent on the first one, sorry for that.
Review of attachment 211736 [details] [review]: Looks good to commit to master.
commit ce3d32f2b1ddfafe27ab6a1f982511b8ccf85e35 Author: Alexander Saprykin <xelfium@gmail.com> Date: Tue Apr 10 17:32:53 2012 +0400 Show proper names of GStreamer plugins during autoconf https://bugzilla.gnome.org/show_bug.cgi?id=673602