Commit 30a36577 authored by michael's avatar michael

TIMER dummies for non-x86


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3343 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 22885754
......@@ -1281,6 +1281,9 @@ tend= rdtsc();\
av_log(NULL, AV_LOG_DEBUG, "%Ld dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\
}\
}
#else
#define START_TIMER
#define STOP_TIMER(id) {}
#endif
#define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
......
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