Guest
Public paste!

Untitled

By: a guest | May 20th, 2010 | Syntax: None | Size: 3.35 KB | Hits: 137 | Expires: Never
Copy text to clipboard
  1. cc -MD -MP -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.  -D_REENTRANT -I/usr/include/directfb -I/usr/include/     -D_REENTRANT    -I/usr/include/freetype2    -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3   -c -o libaf/af_lavcac3enc.o libaf/af_lavcac3enc.c
  2. libmpcodecs/vf_screenshot.c: In function 'scale_image':
  3. libmpcodecs/vf_screenshot.c:137: warning: passing argument 2 of 'sws_scale' from incompatible pointer type
  4. ./libswscale/swscale.h:195: note: expected 'const uint8_t * const*' but argument is of type 'unsigned char **'
  5. libmpcodecs/vf_screenshot.c: In function 'draw_slice':
  6. libmpcodecs/vf_screenshot.c:160: warning: passing argument 2 of 'sws_scale' from incompatible pointer type
  7. ./libswscale/swscale.h:195: note: expected 'const uint8_t * const*' but argument is of type 'unsigned char **'
  8. cc -MD -MP -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.  -D_REENTRANT -I/usr/include/directfb -I/usr/include/     -D_REENTRANT    -I/usr/include/freetype2    -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3   -c -o libmpcodecs/vf_fspp.o libmpcodecs/vf_fspp.c
  9. cc -MD -MP -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.  -D_REENTRANT -I/usr/include/directfb -I/usr/include/     -D_REENTRANT    -I/usr/include/freetype2    -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3   -c -o libmpcodecs/vf_geq.o libmpcodecs/vf_geq.c
  10. libmpcodecs/vf_geq.c: In function 'vf_open':
  11. libmpcodecs/vf_geq.c:175: warning: initialization from incompatible pointer type
  12. libmpcodecs/vf_geq.c:176: warning: initialization from incompatible pointer type
  13. libmpcodecs/vf_geq.c:177: warning: initialization from incompatible pointer type
  14. libmpcodecs/vf_geq.c:178: warning: initialization from incompatible pointer type
  15. libmpcodecs/vf_geq.c:182: warning: passing argument 5 of 'ff_parse_expr' from incompatible pointer type
  16. ./libavcodec/eval.h:65: note: expected 'const char * const*' but argument is of type 'double (**)(void *, double,  double)'
  17. libmpcodecs/vf_geq.c:182: warning: passing argument 6 of 'ff_parse_expr' from incompatible pointer type
  18. ./libavcodec/eval.h:65: note: expected 'double (* const*)(void *, double,  double)' but argument is of type 'const char **'
  19. libmpcodecs/vf_geq.c:182: warning: passing argument 7 of 'ff_parse_expr' makes integer from pointer without a cast
  20. ./libavcodec/eval.h:65: note: expected 'int' but argument is of type 'char **'
  21. libmpcodecs/vf_geq.c:182: error: too few arguments to function 'ff_parse_expr'
  22. make: *** [libmpcodecs/vf_geq.o] Error 1
  23. make: *** Waiting for unfinished jobs....