[Bug 768326] Building GStreamer for Android fails on Windows (new since 1.8.2)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 16 14:50:53 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=768326

Andy Devar <andy.devar at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andy.devar at gmail.com

--- Comment #11 from Andy Devar <andy.devar at gmail.com> ---
Created attachment 331629
  --> https://bugzilla.gnome.org/attachment.cgi?id=331629&action=edit
Patch for original gstreamer-1.0.mk in gstreamer-1.0-android-armv7-1.8.2

>
> Or should the content of the SED variable maybe contain the " on Windows?
>
This doesn't work - probably because some other script included by
gstreamer-1.0.mk requires that $(SED) does not contain the quotes.

Therefore, I have created a new variable named SED_LOCAL, which contains the
quoted sed path on windows. On other OSes, it contains the non-quoted sed path
- I assume that on other OSes those should must not be present. Someone should
check that before committing my changes.

I've then replaced all occurrences of $(SED) in gstreamer-1.0.mk  with
$(SED_LOCAL).


My patch also contains the changes provided by Sebastian Dröge:
https://bugzilla.gnome.org/show_bug.cgi?id=768326#c5
(i.e. removal of cat command).


In addition to that, I've included the following patch:
https://bugzilla.gnome.org/show_bug.cgi?id=768616#c2

Note that the attached patch is based on the original gstreamer-1.0.mk file
contained in
https://gstreamer.freedesktop.org/data/pkg/android/1.8.2/gstreamer-1.0-android-armv7-1.8.2.tar.bz2

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list