<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_22034">Does gstreamer support i686 32 bit architecture?<br id="yui_3_16_0_ym19_1_1468178622947_22035">My assumption is yes however I am getting some compilation warnings shown below. <br id="yui_3_16_0_ym19_1_1468178622947_22036"></div><div id="yui_3_16_0_ym19_1_1468178622947_22037">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_22038"></div><div id="yui_3_16_0_ym19_1_1468178622947_22039"><br id="yui_3_16_0_ym19_1_1468178622947_22040">./configure output shows:<br id="yui_3_16_0_ym19_1_1468178622947_22041"></div><div id="yui_3_16_0_ym19_1_1468178622947_22042">Configuration<br id="yui_3_16_0_ym19_1_1468178622947_22043">    Version                    : 1.6.4<br id="yui_3_16_0_ym19_1_1468178622947_22044">    Source code location       : .<br id="yui_3_16_0_ym19_1_1468178622947_22045">    Prefix                     : /testdir<br id="yui_3_16_0_ym19_1_1468178622947_22046">    Compiler                   : gcc -m32 -std=gnu99<br id="yui_3_16_0_ym19_1_1468178622947_22047">    Package name               : GStreamer source release<br id="yui_3_16_0_ym19_1_1468178622947_22048">    Package origin             : Unknown package origin<br id="yui_3_16_0_ym19_1_1468178622947_22049"></div><div id="yui_3_16_0_ym19_1_1468178622947_22050"><br id="yui_3_16_0_ym19_1_1468178622947_22051"></div><div id="yui_3_16_0_ym19_1_1468178622947_22052">Sample error:<br id="yui_3_16_0_ym19_1_1468178622947_22053">gst/gstutils.h:772:3: warning: right shift count >= width of type [enabled by default]<br id="yui_3_16_0_ym19_1_1468178622947_22054">   GST_WRITE_UINT64_BE (data, u.i);<br id="yui_3_16_0_ym19_1_1468178622947_22055">   ^<br id="yui_3_16_0_ym19_1_1468178622947_22056"><br id="yui_3_16_0_ym19_1_1468178622947_22057"></div><div id="yui_3_16_0_ym19_1_1468178622947_22058">The macro in gst/gstutils.h is expecting in this case 64 bit numbers.<br id="yui_3_16_0_ym19_1_1468178622947_22059"></div><div dir="ltr" id="yui_3_16_0_ym19_1_1468178622947_22060">I would appreciate any insight to this problem. </div></div></body></html>