Commit ea7217a8 authored by stefano's avatar stefano

Fix eval-test compilation.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23406 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2f0f857c
...@@ -532,7 +532,7 @@ int main(void) ...@@ -532,7 +532,7 @@ int main(void)
printf("%f == 12.7\n", d); printf("%f == 12.7\n", d);
ff_parse_and_eval_expr(&d, "80G/80Gi", ff_parse_and_eval_expr(&d, "80G/80Gi",
const_names, const_values, const_names, const_values,
NULL, NULL, NULL, NULL, NULL, NULL); NULL, NULL, NULL, NULL, NULL, 0, NULL);
printf("%f == 0.931322575\n", d); printf("%f == 0.931322575\n", d);
for (i=0; i<1050; i++) { for (i=0; i<1050; i++) {
......
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