[Bug 796838] New: Broken ffmpeg subproject fallback

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jul 19 17:33:34 UTC 2018


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

            Bug ID: 796838
           Summary: Broken ffmpeg subproject fallback
    Classification: Platform
           Product: GStreamer
           Version: 1.14.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-build
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: xclaesse at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Here is the error message I get:

Native dependency libavfilter found: NO found '6.107.100' but need: '>=
7.16.100'
Looking for a fallback subproject for the dependency libavfilter
Couldn't use fallback subproject in subprojects/FFmpeg for the dependency
libavfilter 
Reason: Subproject directory 'subprojects/FFmpeg' does not exist and cannot be
downloaded:
No FFmpeg.wrap found for 'subprojects/FFmpeg'

it comes from this line in meson.build:
libav_deps = [dependency('libavfilter', version: '>= 7.16.100', fallback:
['FFmpeg', 'libavfilter_dep'])]

It should either drop the fallback, or add FFmpeg.wrap in subprojects/

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