comparison cpudetect.c @ 34198:064be070d8c8

cpudetect: clean up libavutil #includes libavutil/x86_cpu.h is not used directly in cpudetect.h, so remove it from there and #include it directly in files that need it. This avoids libavutil headers appearing in #include cascades in loader/ and causing problems for e.g. Doxygen.
author diego
date Thu, 03 Nov 2011 13:24:46 +0000
parents 5e3f013bf4c2
children 3e1a4184b70e
comparison
equal deleted inserted replaced
34197:0fc1835211d1 34198:064be070d8c8
14 * You should have received a copy of the GNU General Public License along 14 * You should have received a copy of the GNU General Public License along
15 * with MPlayer; if not, write to the Free Software Foundation, Inc., 15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 17 */
18 18
19 #include "libavutil/x86_cpu.h"
19 #include "config.h" 20 #include "config.h"
20 #include "cpudetect.h" 21 #include "cpudetect.h"
21 #include "mp_msg.h" 22 #include "mp_msg.h"
22 23
23 CpuCaps gCpuCaps; 24 CpuCaps gCpuCaps;