commit | 4b5f78337a54130f20efc454f48646f507847644 | [log] [tgz] |
---|---|---|
author | Arun Raghavan <arun@osg.samsung.com> | Wed Sep 28 17:37:38 2016 +0530 |
committer | Arun Raghavan <arun@arunraghavan.net> | Thu Sep 29 18:37:08 2016 +0530 |
tree | a4ed25f3ecd781d2831e1f7d216993a462bb7a10 | |
parent | f4cba79063990508aceb4460009886faf9814a69 [diff] |
audioresample: Separate out CFLAGS used for SSE* code This makes sure that we only build files that need explicit SIMD support with the relevant CFLAGS. This allows the rest of the code to be built without, and specific SSE* code is only called after runtime checks for CPU features. https://bugzilla.gnome.org/show_bug.cgi?id=729276