mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
565 B

  1. --- ./ffmpeg/libavutil/eval.c.orig 2005-12-07 16:09:07.000000000 +0100
  2. +++ ./ffmpeg/libavutil/eval.c 2005-12-07 16:11:59.000000000 +0100
  3. @@ -182,6 +182,8 @@
  4. return ret;
  5. }
  6. +#if 0
  7. +// this is already defined in ffmpeg/libavcodec/eval.c
  8. double ff_eval(char *s, double *const_value, const char **const_name,
  9. double (**func1)(void *, double), const char **func1_name,
  10. double (**func2)(void *, double, double), char **func2_name,
  11. @@ -200,6 +202,7 @@
  12. return evalExpression(&p);
  13. }
  14. +#endif
  15. #ifdef TEST
  16. #undef printf