Commit ec5f5719 authored by Mans Rullgard's avatar Mans Rullgard

cpu-test: include stdio.h only for test prog

parent fef2d661
......@@ -16,8 +16,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h>
#include "cpu.h"
#include "config.h"
......@@ -39,6 +37,7 @@ int av_get_cpu_flags(void)
#ifdef TEST
#undef printf
#include <stdio.h>
int main(void)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment