After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 773911 - meson: FFmpeg-origin check doesn't include the library dependency
meson: FFmpeg-origin check doesn't include the library dependency
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-build
git master
Other All
: Normal normal
: 1.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-03 19:46 UTC by Scott D Phillips
Modified: 2016-11-04 01:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH gst-build] Include libav dependency in FFmpeg check (916 bytes, patch)
2016-11-03 19:49 UTC, Scott D Phillips
committed Details | Review
[PATCH gst-libav] meson: Include libav dependency in FFmpeg check (912 bytes, patch)
2016-11-03 19:49 UTC, Scott D Phillips
committed Details | Review

Description Scott D Phillips 2016-11-03 19:46:47 UTC
The check can only work currently if ffmpeg is installed in the default filesystem prefix.
Comment 1 Scott D Phillips 2016-11-03 19:49:24 UTC
Created attachment 339065 [details] [review]
[PATCH gst-build] Include libav dependency in FFmpeg check
Comment 2 Scott D Phillips 2016-11-03 19:49:43 UTC
Created attachment 339066 [details] [review]
[PATCH gst-libav] meson: Include libav dependency in FFmpeg check
Comment 3 Thibault Saunier 2016-11-04 01:00:21 UTC
commit 3423d0f55353587e8b86ffae93b48e1538cd8206
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 3 12:43:46 2016 -0700

    meson: Include libav dependency in FFmpeg check
    
    The FFmpeg-origin check can't work if it isn't provided the
    dependency library.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773911


commit 95a0651b2cea7ea8bfd281c59e61010891a79f7e
Author: Scott D Phillips <scott.d.phillips@intel.com>
Date:   Thu Nov 3 12:42:07 2016 -0700

    Include libav dependency in FFmpeg check
    
    The FFmpeg-origin check can't work if it isn't provided the
    dependency library.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773911