On Sun, Dec 28, 2014 at 04:12:31PM -0500, Linov Suresh wrote:
[...]
> gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
> -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -std=c99 
> -fomit-frame-pointer -fPIC -pthread -I/usr/include/fribidi 
> -I/usr/include/freetype2 -c -o /tmp/ffconf.l5vtv5Rb.o /tmp/ffconf.Zueidl0k.c
> gcc -Wl,--as-needed -Wl,-z,noexecstack -I/usr/include/fribidi 
> -I/usr/include/freetype2 -o /tmp/ffconf.KyDlMmsr /tmp/ffconf.l5vtv5Rb.o -lass 
> -lm -lz -pthread -lrt
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libass.so: undefined 
> reference to `fribidi_reorder_line'
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libass.so: undefined 
> reference to `fribidi_join_arabic'
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libass.so: undefined 
> reference to `fribidi_shape'
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libass.so: undefined 
> reference to `fribidi_get_joining_types'
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libass.so: undefined 
> reference to `fribidi_get_par_embedding_levels'
> /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libass.so: undefined 
> reference to `fribidi_get_bidi_types'
> collect2: ld returned 1 exit status
> ERROR: libass not found using pkg-config

Check if all of these make sense:
  pkg-config --libs --cflags freetype2
  pkg-config --libs --cflags fribidi
  pkg-config --libs --cflags libass

[...]

-- 
Clément B.

Attachment: pgpL0PCngMR9s.pgp
Description: PGP signature

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to