Building gstreamer application from source for i686

Rashid Farah rashidfarah_98 at yahoo.com
Sun Jul 10 18:30:42 UTC 2016


Does gstreamer support i686 32 bit architecture?
My assumption is yes however I am getting some compilation warnings shown below. 
When I build for x86_64 there are no warnings. My .mk file does specifie "-m32" for CLFAGS and LDFLAGS 

./configure output shows:
Configuration
    Version                    : 1.6.4
    Source code location       : .
    Prefix                     : /testdir
    Compiler                   : gcc -m32 -std=gnu99
    Package name               : GStreamer source release
    Package origin             : Unknown package origin

Sample error:
gst/gstutils.h:772:3: warning: right shift count >= width of type [enabled by default]
   GST_WRITE_UINT64_BE (data, u.i);
   ^

The macro in gst/gstutils.h is expecting in this case 64 bit numbers.
I would appreciate any insight to this problem. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160710/a964bdfd/attachment.html>


More information about the gstreamer-devel mailing list