Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. BEGIN /tmp/ffconf.2E16z1Vk.c
  2. 1 #include <x264.h>
  3. 2 int x;
  4. END /tmp/ffconf.2E16z1Vk.c
  5. x86_64-w64-mingw32-gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1 -D__printf__=__gnu_printf__ -DPIC -std=c99 -E -o /tmp/ffconf.lQEw1w4m.o /tmp/ffconf.2E16z1Vk.c
  6. /tmp/ffconf.2E16z1Vk.c:1:18: fatal error: x264.h: No such file or directory
  7. #include <x264.h>
  8. ^
  9. compilation terminated.
  10. ERROR: libx264 not found
  11.  
  12. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
  13. $ pkg-config.exe --cflags x264
  14. -I/usr/local/include
  15.  
  16. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
  17. $ ls /usr/local/include/x264
  18. x264.h x264_config.h
  19.  
  20. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
  21. $ ls /usr/local/include/x264.h
  22. /usr/local/include/x264.h
  23.  
  24. anshul@green /cygdrive/c/Users/anshul/Project/ffmpeg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement