[Bug 759380] Fail to build Android NDK projects with multiple Java files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 14 01:13:09 PST 2015


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 43c7159d2e2e704b8acd6b002661abc0fcecc380
Author: Martin Kelly <martin at surround.io>
Date:   Thu Dec 10 16:55:43 2015 -0800

    gstreamer-1.0.mk: fix missing ";" bug

    Several command invocations wrapped in for-each are missing ";"
    characters, which meant they get expanded on one line instead of
    separate lines. For some for-each invocations, you can get away with
    this and it will be OK, but for something like host-cp, it changes the
    meaning. As a result, some host-cp invocations will fail with errors
    like:

    cp: target ‘X’ is not a directory

    Fix this by adding the necessary semicolons.

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

-- 
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