Advertisement
Guest User

x265 FFMPEG

a guest
Mar 21st, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. check_pkg_config x265 x265.h x265_api_get
  2. pkg-config --exists --print-errors x265
  3. check_func_headers x265.h x265_api_get -lx265 -lstdc++ -lm -lrt -ldl -lnuma
  4. check_ld cc -lx265 -lstdc++ -lm -lrt -ldl -lnuma
  5. check_cc
  6. BEGIN /tmp/ffconf.dbJLu2vn.c
  7. 1 #include <x265.h>
  8. 2 #include <stdint.h>
  9. 3 long check_x265_api_get(void) { return (long) x265_api_get; }
  10. 4 int main(void) { int ret = 0;
  11. 5 ret |= ((intptr_t)check_x265_api_get) & 0xFFFF;
  12. 6 return ret; }
  13. END /tmp/ffconf.dbJLu2vn.c
  14. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -I/home/user/ffmpeg_build/include -std=c11 -fomit-frame-pointer -pthread -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/freetype2 -I/usr/include/opus -c -o /tmp/ffconf.GhG8nbFm.o /tmp/ffconf.dbJLu2vn.c
  15. gcc -L/home/user/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.3NCFgDeV /tmp/ffconf.GhG8nbFm.o -lx265 -lstdc++ -lm -lrt -ldl -lnuma -lx264 -lpthread -lm -ldl -lvpx -lm -lpthread -lvpx -lm -lpthread -lvpx -lm -lpthread -lvpx -lm -lpthread -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lopus -lm -lmp3lame -lfreetype -lz -lpng12 -lz -lm -lfdk-aac -lm -lass -lm -lharfbuzz -lfontconfig -lexpat -lfreetype -lexpat -lfribidi -lfreetype -lz -lpng12 -lz -lm -lm -llzma -lbz2 -lz -pthread
  16. /usr/bin/ld: cannot find -lnuma
  17. collect2: error: ld returned 1 exit status
  18. ERROR: x265 not found using pkg-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement