I am working with Android OS, my aim is doing propriotary imgproc and send the result as H264 video stream out of the device, for this, I will need to use a compression tool, I have considered the open source libx264 ( which got compiled on the Android env quite easily ).
Having that said, does libx264 will know to identify the underling CPU/ instruction set, OR, would I need to maintain a specialized binary for each CPU type ( eg. Nvidia/ARM ) ? The last thing I want is to maintain a specific version of code/binary for each CPU type... Any help would be appreciated. ~Nadav -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

