GNOME Bugzilla – Bug 686748
Makefile.am: Fix build script typo for generating the Android.mk file.
Last modified: 2012-10-24 13:08:19 UTC
Created attachment 227115 [details] Patch file for fixing the Makefile.am files. In the Makefile.am file of the realmedia and asfdemux plugin, a typo for generating the Android.mk file had introduced for a long time when Android.mk section added. I found this bug in the 0.10, 0.11 and master branch(I didn't check other branches).
Created attachment 227117 [details] [review] Patch file for fixing the Makefile.am files. This patch is in git format-patch format
Could you make a patch that applies to git master please? (though I suspect that needs some updating for 0.10 -> 1.0 anyway) Also, the project + shared library name for asf should be libgstasfdemux -> libgstasf in addition to your changes.
Created attachment 227138 [details] [review] Patch for fixing typos in the Makefile.am files
Thanks! commit bbe0cb04407262707643a6fcd0c3eaf65d6c3fa5 Author: Scott Fan <fanchp@neusoft.com> Date: Wed Oct 24 20:10:03 2012 +0800 Makefile.am: Fix typos for generating the Android.mk files Change libgstasfdemux to libgstasf, and change libgstrealmedia to libgstrmdemux. The typos led to generate the incorrect Android.mk files for the asfdemux and realmedia plugin. https://bugzilla.gnome.org/show_bug.cgi?id=686748
(In reply to comment #4) > Thanks! > > commit bbe0cb04407262707643a6fcd0c3eaf65d6c3fa5 > Author: Scott Fan <fanchp@neusoft.com> > Date: Wed Oct 24 20:10:03 2012 +0800 > > Makefile.am: Fix typos for generating the Android.mk files > > Change libgstasfdemux to libgstasf, and change libgstrealmedia to > libgstrmdemux. > > The typos led to generate the incorrect Android.mk files for the asfdemux > and realmedia plugin. > > https://bugzilla.gnome.org/show_bug.cgi?id=686748 Could you also apply this patch to git 0.10 branch please? Indeed, I use the 0.10 branch for building Android plugins; In all the Makefile.am files for Android, LOCAL_MODULE_PATH was defined as $(TARGET_OUT)/lib/gstreamer-0.10, I thought those would better change to $(TARGET_OUT)/lib/gstreamer-1.0 for 1.0
Done. Yes, someone needs to update all the android stuff for 1.0.