Advertisement
Guest User

ffmeg

a guest
May 21st, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. check_lib x264.h x264_encoder_encode -lx264
  2. check_header x264.h
  3. check_cpp
  4. BEGIN /tmp/ffconf.bZPDfdWE.c
  5. 1 #include <x264.h>
  6. 2 int x;
  7. END /tmp/ffconf.bZPDfdWE.c
  8. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/home/pi/binaries/include -march=armv6 -std=c99 -fomit-frame-pointer -marm -pthread -E -o /tmp/ffconf.yktWKAJ2.o /tmp/ffconf.bZPDfdWE.c
  9. In file included from /tmp/ffconf.bZPDfdWE.c:1:0:
  10. /home/pi/binaries/include/x264.h:36:4: warning: #warning You must include stdint.h or inttypes.h before x264.h [-Wcpp]
  11. check_func x264_encoder_encode -lx264
  12. check_ld cc -lx264
  13. check_cc
  14. BEGIN /tmp/ffconf.bZPDfdWE.c
  15. 1 extern int x264_encoder_encode();
  16. 2 int main(void){ x264_encoder_encode(); }
  17. END /tmp/ffconf.bZPDfdWE.c
  18. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/home/pi/binaries/include -march=armv6 -std=c99 -fomit-frame-pointer -marm -pthread -c -o /tmp/ffconf.yktWKAJ2.o /tmp/ffconf.bZPDfdWE.c
  19. gcc -L/home/pi/binaries/lib -Wl,--as-needed -o /tmp/ffconf.e0AO6FKn /tmp/ffconf.yktWKAJ2.o -lx264 -laacplus -lm -pthread -lz -lrt
  20. /home/pi/binaries/lib/libx264.a(opencl.o): In function `x264_opencl_load_library':
  21. opencl.c:(.text+0x46c): undefined reference to `dlopen'
  22. opencl.c:(.text+0x480): undefined reference to `dlsym'
  23. opencl.c:(.text+0x498): undefined reference to `dlsym'
  24. opencl.c:(.text+0x4b0): undefined reference to `dlsym'
  25. opencl.c:(.text+0x4c8): undefined reference to `dlsym'
  26. opencl.c:(.text+0x4e0): undefined reference to `dlsym'
  27. /home/pi/binaries/lib/libx264.a(opencl.o):opencl.c:(.text+0x4f8): more undefined references to `dlsym' follow
  28. /home/pi/binaries/lib/libx264.a(opencl.o): In function `x264_opencl_load_library':
  29. opencl.c:(.text+0x71c): undefined reference to `dlclose'
  30. /home/pi/binaries/lib/libx264.a(opencl.o): In function `x264_opencl_close_library':
  31. opencl.c:(.text+0x7b8): undefined reference to `dlclose'
  32. /home/pi/binaries/lib/libx264.a(opencl.o): In function `x264_opencl_lookahead_init':
  33. opencl.c:(.text+0x1150): undefined reference to `dlopen'
  34. opencl.c:(.text+0x1164): undefined reference to `dlsym'
  35. opencl.c:(.text+0x1174): undefined reference to `dlsym'
  36. opencl.c:(.text+0x1184): undefined reference to `dlsym'
  37. opencl.c:(.text+0x1194): undefined reference to `dlsym'
  38. opencl.c:(.text+0x11e4): undefined reference to `dlclose'
  39. opencl.c:(.text+0x11f4): undefined reference to `dlclose'
  40. opencl.c:(.text+0x1784): undefined reference to `dlclose'
  41. collect2: ld returned 1 exit status
  42. ERROR: libx264 not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement