[gstreamer-bugs] [Bug 620310] New: vpx plugin check headers in hardcodec location
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 1 14:09:11 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=620310
GStreamer | gst-plugins-bad | git
Summary: vpx plugin check headers in hardcodec location
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ensonic at sonicpulse.de
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
The configure.ac check does:
AG_GST_CHECK_LIBHEADER(VPX, vpx,
vpx_codec_version, ,
vpvpx/vpx_codec.h,
while the opensuse packages
(https://build.opensuse.org/package/show?package=libvpx&project=multimedia:libs)
look like this:
> rpm -ql libvpx-devel
/usr/include/vp8.h
/usr/include/vp8cx.h
/usr/include/vp8dx.h
/usr/include/vp8e.h
/usr/include/vpx_codec.h
/usr/include/vpx_codec_impl_bottom.h
/usr/include/vpx_codec_impl_top.h
/usr/include/vpx_decoder.h
/usr/include/vpx_decoder_compat.h
/usr/include/vpx_encoder.h
/usr/include/vpx_image.h
/usr/include/vpx_integer.h
/usr/lib/libvpx.a
Ideally libvpx-devel would come with a pkg-config file.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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