[FFmpeg-user] ERROR: libass not found using pkg-config

Clément Bœsch u at pkh.me
Wed Dec 31 11:19:16 CET 2014


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20141231/b96d187d/attachment.asc>


More information about the ffmpeg-user mailing list