<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1468178622947_2854">Does gstreamer support i686 32 bit architecture?<br id="yui_3_16_0_ym19_1_1468178622947_2855">My assumption is yes however I am getting some compilation warnings shown below. <br id="yui_3_16_0_ym19_1_1468178622947_2856"></div><div id="yui_3_16_0_ym19_1_1468178622947_2857">When I build for x86_64 there are no warnings. My .mk file does specifie "-m32" for CLFAGS and LDFLAGS <br id="yui_3_16_0_ym19_1_1468178622947_2858"></div><div id="yui_3_16_0_ym19_1_1468178622947_2859"><br id="yui_3_16_0_ym19_1_1468178622947_2860">./configure output shows:<br id="yui_3_16_0_ym19_1_1468178622947_2861"></div><div id="yui_3_16_0_ym19_1_1468178622947_2862">Configuration<br id="yui_3_16_0_ym19_1_1468178622947_2863">    Version                    : 1.6.4<br id="yui_3_16_0_ym19_1_1468178622947_2864">    Source code location       : .<br id="yui_3_16_0_ym19_1_1468178622947_2865">    Prefix                     : /testdir<br id="yui_3_16_0_ym19_1_1468178622947_2866">    Compiler                   : gcc -m32 -std=gnu99<br id="yui_3_16_0_ym19_1_1468178622947_2867">    Package name               : GStreamer source release<br id="yui_3_16_0_ym19_1_1468178622947_2868">    Package origin             : Unknown package origin<br id="yui_3_16_0_ym19_1_1468178622947_2869"></div><div id="yui_3_16_0_ym19_1_1468178622947_2870"><br id="yui_3_16_0_ym19_1_1468178622947_2871"></div><div id="yui_3_16_0_ym19_1_1468178622947_2872">Sample error:<br id="yui_3_16_0_ym19_1_1468178622947_2873">gst/gstutils.h:772:3: warning: right shift count >= width of type [enabled by default]<br id="yui_3_16_0_ym19_1_1468178622947_2874">   GST_WRITE_UINT64_BE (data, u.i);<br id="yui_3_16_0_ym19_1_1468178622947_2875">   ^<br id="yui_3_16_0_ym19_1_1468178622947_2876"><br id="yui_3_16_0_ym19_1_1468178622947_2877"></div><div id="yui_3_16_0_ym19_1_1468178622947_2878">The macro in gst/gstutils.h is expecting in this case 64 bit numbers.<br id="yui_3_16_0_ym19_1_1468178622947_2879"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1468178622947_2880">I would appreciate any insight to this problem. </div></div></body></html>