[Bug 642504] [mingw/cygwin build] correctly export plugin description

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 17 14:11:52 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=642504
  GStreamer | gstreamer (core) | unspecified

--- Comment #2 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-02-17 22:11:47 UTC ---
May or may not be a bug.  On the one hand, libtool is quite specific in its
efforts to get the "DATA" part there [*].  On the other hand, do not know about
"specs" clearly stating against which the regexp is matched (with DATA appended
the regexp allows filtering on DATA or non-DATA symbols, in as far as that is
useful).

[*] libtool: link: /usr/bin/i586-mingw32msvc-nm -B 
.libs/libgstcoreelements_la-gstcapsfilter.o
.libs/libgstcoreelements_la-gstelements.o
.libs/libgstcoreelements_la-gstfakesrc.o
.libs/libgstcoreelements_la-gstfakesink.o
.libs/libgstcoreelements_la-gstfdsrc.o .libs/libgstcoreelements_la-gstfdsink.o
.libs/libgstcoreelements_la-gstfilesink.o
.libs/libgstcoreelements_la-gstfilesrc.o
.libs/libgstcoreelements_la-gstidentity.o
.libs/libgstcoreelements_la-gstinputselector.o
.libs/libgstcoreelements_la-gstoutputselector.o
.libs/libgstcoreelements_la-gstmultiqueue.o
.libs/libgstcoreelements_la-gstqueue.o .libs/libgstcoreelements_la-gstqueue2.o
.libs/libgstcoreelements_la-gsttee.o
.libs/libgstcoreelements_la-gsttypefindelement.o
.libs/libgstcoreelements_la-gstvalve.o   | sed -n -e 's/^.*[     
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][     
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /bin/sed -e '/^[BCDGRS][ ]/s/.*[
]\([^ ]*\)/\1 DATA/' | /bin/sed -e '/^[AITW][ ]/s/.*[ ]//' | sort | uniq >
.libs/libgstcoreelements.exp

-- 
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