Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. BEGIN /tmp/ffconf.ecAvfo0V/test.c
  2. 1 #include <ass/ass.h>
  3. 2 #include <stdint.h>
  4. 3 long check_ass_library_init(void) { return (long) ass_library_init; }
  5. 4 int main(void) { int ret = 0;
  6. 5 ret |= ((intptr_t)check_ass_library_init) & 0xFFFF;
  7. 6 return ret; }
  8. END /tmp/ffconf.ecAvfo0V/test.c
  9. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -I/home/jeebus/ffmpeg_build/include -std=c11 -fomit-frame-pointer -fPIC -pthread -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2 -pthread -pthread -c -o /tmp/ffconf.ecAvfo0V/test.o /tmp/ffconf.ecAvfo0V/test.c
  10. gcc -L/home/jeebus/ffmpeg_build/lib -Wl,--as-needed -Wl,-z,noexecstack -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2 -pthread -pthread -o /tmp/ffconf.ecAvfo0V/test /tmp/ffconf.ecAvfo0V/test.o -lass -lm -lharfbuzz -lglib-2.0 -lpcre -lgraphite2 -lfontconfig -lexpat -lfreetype -lexpat -lfribidi -lfreetype -lz -lpng16 -lm -lz -lm -lpthread -lm
  11. /usr/bin/ld: cannot find -lpng16
  12. collect2: error: ld returned 1 exit status
  13. ERROR: libass not found using pkg-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement