[Bug 741359] check.h distributed unnecessarily
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Dec 16 07:33:09 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=741359
GStreamer | gstreamer (core) | git
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|HEAD |1.5.1
--- Comment #13 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-12-16 15:33:00 UTC ---
commit 0b09573bbec99a2474d5ff41e2cf1be8147ecd60
Author: Sebastian Rasmussen <sebras at hotmail.com>
Date: Sun Dec 14 12:54:32 2014 +0100
check: Have autotools generate internal-check.h
Previously GStreamer got access to the libcheck interface by including
libs/gst/check/check.h which in turn included internal-check.h in the
same directory. internal-check.h was generated by copying
libs/gst/check/libcheck/check.h which in turn was generated from
check.h.in in the same directory. In this case generating
libs/gst/check/libcheck/check.h is unnecessary, in addition this file
was accidentally distributed in generated project tarballs.
Now libs/gst/check/internal-check.h is generated directly from
libs/gst/check/libcheck/check.h.in by configure. This means that the
libcheck source must include internal-check.h instead of the previously
generated libs/gst/check/libcheck/check.h. However the unnecessary
intermediate step is now skipped.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=741359
--
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