-
Notifications
You must be signed in to change notification settings - Fork 56
Description
Hi,
gstreamer is pointing to the wrong commit within the sources directory.
christian@MacBook:gstreamer-1.0 (cerbero_build)$ git log
commit d11e657412e657f9a5146680ca8fd703574b63f2
Author: Evan Nemerson evan@nemerson.com
Date: Thu Jun 5 13:27:28 2014 -0700
docs: annotate C examples as such
https://bugzilla.gnome.org/show_bug.cgi?id=731292
This causes the build to break because all other gstreamer related commits point to the correct commits that already have 1.7.90 vs 1.7.1.1
Update:
...
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for python >= 2.7... checking pkg-config is at least version 0.9.0... yes
checking for GST... configure: error: Package requirements (gstreamer-1.0 >= 1.7.90) were not met:
Requested 'gstreamer-1.0 >= 1.7.90' but version of GStreamer is 1.7.1.1
...
Cheers,
Christian