Advertisement
BSDG33KCLUB

ffmpeg config.log libx264 not found

Mar 18th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.ozEBpQNj.o /tmp/ffconf.lv9RLq0T.c
  2. /tmp/ffconf.lv9RLq0T.c: In function 'main':
  3. /tmp/ffconf.lv9RLq0T.c:3: warning: cast from pointer to integer of different size
  4. gcc -Wl,--as-needed -o /tmp/ffconf.CZk4tCYn /tmp/ffconf.ozEBpQNj.o -lm -lz -pthread
  5. check_mathfunc truncf 1
  6. check_ld cc
  7. check_cc
  8. BEGIN /tmp/ffconf.lv9RLq0T.c
  9. 1 #include <math.h>
  10. 2 float foo(float f, float g) { return truncf(f); }
  11. 3 int main(void){ return (int) foo; }
  12. END /tmp/ffconf.lv9RLq0T.c
  13. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /tmp/ffconf.ozEBpQNj.o /tmp/ffconf.lv9RLq0T.c
  14. /tmp/ffconf.lv9RLq0T.c: In function 'main':
  15. /tmp/ffconf.lv9RLq0T.c:3: warning: cast from pointer to integer of different size
  16. gcc -Wl,--as-needed -o /tmp/ffconf.CZk4tCYn /tmp/ffconf.ozEBpQNj.o -lm -lz -pthread
  17. check_lib x264.h x264_encoder_encode -lx264
  18. check_header x264.h
  19. check_cpp
  20. BEGIN /tmp/ffconf.lv9RLq0T.c
  21. 1 #include <x264.h>
  22. 2 int x;
  23. END /tmp/ffconf.lv9RLq0T.c
  24. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /tmp/ffconf.ozEBpQNj.o /tmp/ffconf.lv9RLq0T.c
  25. /tmp/ffconf.lv9RLq0T.c:1:18: error: x264.h: No such file or directory
  26. ERROR: libx264 not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement