Building gstreamer application from source for i686

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Building gstreamer application from source for i686

Rashid Farah-2
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.




_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel