void-packages/srcpkgs/gstreamermm/patches/fix-build-with-gstreamer1.12.patch
maxice8 872cb6e413 gstreamermm: update to 1.10.0. (#8440)
Wasn't thoroughly tested for side-effects
2017-10-24 07:04:34 +02:00

15 lines
433 B
Diff

Author: Marcin Kolny <marcin.kolny@gmail.com>
Description: Gst::AudioClock: auto generate some audioclock methods
Origin: https://bugzilla.gnome.org/show_bug.cgi?id=783628
Last-update: 2017-07-01
--- gstreamer/gstreamermm/audioclock.cc
+++ gstreamer/gstreamermm/audioclock.cc
@@ -2,6 +2,7 @@
#include <glibmm.h>
+#include <gst/gstversion.h>
#include <gstreamermm/audioclock.h>
#include <gstreamermm/private/audioclock_p.h>