After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 306660 - glsink fails to build when OpenGL is used instead of MESA
glsink fails to build when OpenGL is used instead of MESA
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.9
Other opensolaris
: Normal normal
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-06 14:19 UTC by Joel Fredrikson
Modified: 2005-06-30 16:05 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Suggested patch (973 bytes, patch)
2005-06-06 14:21 UTC, Joel Fredrikson
none Details | Review

Description Joel Fredrikson 2005-06-06 14:19:32 UTC
Distribution/Version: 5.9

 /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I.
-I/it/sw/gnome/src/2.10/gst-plugins-0.8.9/sys/glsink -I../..
-I/it/sw/gnome/2.10/include -I/it/sw/gnu/include -I/it/sw/misc/include
-I/it/sw/X11/include -I/usr/dt/include -I/usr/openwin/include
-I/it/sw/gnome/src/2.10/gst-plugins-0.8.9/gst-libs -I../../gst-libs
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT
-I/it/sw/gnome/2.10/include/gstreamer-0.8 -I/it/sw/X11/include/glib-2.0
-I/it/sw/X11/lib/glib-2.0/include -I/it/sw/www/include/libxml2
-DGST_DISABLE_DEPRECATED -I/usr/openwin/include
-DPKGDATADIR=\"/it/sw/gnome/2.10/share/gst-plugins\" -xO4 -xCC -dalign -xlibmil
-xstrconst -xdepend -xbuiltin=%all -xtarget=ultra -xarch=v8plusa -xvis=yes -c
/it/sw/gnome/src/2.10/gst-plugins-0.8.9/sys/glsink/glimagesink.c  -KPIC -DPIC -o
.libs/libgstglimagesink_la-glimagesink.o
"/it/sw/gnome/src/2.10/gst-plugins-0.8.9/sys/glsink/glimagesink.c", line 521:
undefined symbol: GL_YCBCR_MESA
"/it/sw/gnome/src/2.10/gst-plugins-0.8.9/sys/glsink/glimagesink.c", line 522:
undefined symbol: GL_UNSIGNED_SHORT_8_8_REV_MESA
"/it/sw/gnome/src/2.10/gst-plugins-0.8.9/sys/glsink/glimagesink.c", line 533:
undefined symbol: GL_UNSIGNED_SHORT_8_8_MESA
cc: acomp failed for
/it/sw/gnome/src/2.10/gst-plugins-0.8.9/sys/glsink/glimagesink.c
Comment 1 Joel Fredrikson 2005-06-06 14:21:23 UTC
Created attachment 47318 [details] [review]
Suggested patch
Comment 2 David Schleef 2005-06-07 20:17:41 UTC
Fixed.