GNOME Bugzilla – Bug 676260
[regression] configure fails in gst-ffmpeg after upgrade
Last modified: 2012-05-17 20:39:25 UTC
I've just upgraded gstreamer and the various plugins (base, good, bad, ugly) to version 0.11.91. I'm trying to upgrade gst-ffmpeg to version 0.11.2. Configure dies with: checking for GST... no configure: No package 'gstreamer-0.11' found configure: error: no gstreamer-0.11 >= 0.11.3 (GStreamer) found make: *** [configure-work/main.d/gst-ffmpeg-0.11.2/configure] Error 1 Note that pkg-config --modversion gstreamer-0.11 Package gstreamer-0.11 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-0.11.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-0.11' found but pkg-config --modversion gstreamer-1.0 0.11.91 So the problem might be with the gstreamer build.
You probably want gst-libav 0.11.9x: http://gstreamer.freedesktop.org/data/src/gst-libav/ - the module has been renamed. Please re-open if that's not it.
I've built and installed gst-libav. gst-ffmpeg still dies in configure. Are you saying that gst-ffmpeg is deprecated?
Yes. The module tarball is now called gst-libav. (The git repository is still gst-ffmpeg though for the time being.)