-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: libass not found using pkg-config while building ffmpeg #10
Comments
Will answer you tomorrow. |
By any chance, are you on CentOS?
If that's the case, you'll want to install the following:
sudo yum install autoconf automake bzip2 cmake freetype-devel gcc gcc-c++
git libtool make mercurial pkgconfig zlib-devel freetype freetype-devel
libass xz xz-libs xz-devel pxz libvpx-devel yum-utils wget fribidi*
fontconfig* libass-devel bzip2-devel libbz2-devel
See these last two packages?
…On Sun, 3 Feb 2019 at 23:22, VoodooZ ***@***.***> wrote:
This is a weird one... I have pkgconfig installed and all that but I
assume because we're using some sort of isolated build structure it's not
finding it.
Does that mean I'd need to add a function to build libass too so it can
get placed with other binaries?
I've seen similar results with libfreetype too before I disabled it..
Compiling ffmpeg
Already up-to-date.
ERROR: libass not found using pkg-config
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to ***@***.*** mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACP2hz3mlD79TpcmqjgoSPTsvimDkezSks5vJ0URgaJpZM4agS0L>
.
|
I am on Centos 7 yes.
Libbz2-devel doesn't exist in any of my yum repos.
I installed bzip2-devel so we'll see if that makes any difference.
I had already written a libass build module worst case
Thanks
On Sun, Feb 3, 2019, 4:11 PM Dennis E. Mungai <[email protected]
wrote:
… By any chance, are you on CentOS?
If that's the case, you'll want to install the following:
sudo yum install autoconf automake bzip2 cmake freetype-devel gcc gcc-c++
git libtool make mercurial pkgconfig zlib-devel freetype freetype-devel
libass xz xz-libs xz-devel pxz libvpx-devel yum-utils wget fribidi*
fontconfig* libass-devel bzip2-devel libbz2-devel
See these last two packages?
On Sun, 3 Feb 2019 at 23:22, VoodooZ ***@***.***> wrote:
> This is a weird one... I have pkgconfig installed and all that but I
> assume because we're using some sort of isolated build structure it's not
> finding it.
> Does that mean I'd need to add a function to build libass too so it can
> get placed with other binaries?
>
> I've seen similar results with libfreetype too before I disabled it..
>
> Compiling ffmpeg
> Already up-to-date.
> ERROR: libass not found using pkg-config
>
> If you think configure made a mistake, make sure you are using the latest
> version from Git. If the latest version fails, report the problem to
***@***.*** mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "ffbuild/config.log" produced by configure as this
will help
> solve the problem.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#10>, or mute the
thread
> <
https://github.com/notifications/unsubscribe-auth/ACP2hz3mlD79TpcmqjgoSPTsvimDkezSks5vJ0URgaJpZM4agS0L
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACocNU17taj2w5x2DdChIQJ_Dx1B1X4Oks5vJ1CEgaJpZM4agS0L>
.
|
Actually. libbz2-devel is bzip2-devel... and it's installed.
So not that..
On Sun, Feb 3, 2019 at 4:11 PM Dennis E. Mungai <[email protected]>
wrote:
… By any chance, are you on CentOS?
If that's the case, you'll want to install the following:
sudo yum install autoconf automake bzip2 cmake freetype-devel gcc gcc-c++
git libtool make mercurial pkgconfig zlib-devel freetype freetype-devel
libass xz xz-libs xz-devel pxz libvpx-devel yum-utils wget fribidi*
fontconfig* libass-devel bzip2-devel libbz2-devel
See these last two packages?
On Sun, 3 Feb 2019 at 23:22, VoodooZ ***@***.***> wrote:
> This is a weird one... I have pkgconfig installed and all that but I
> assume because we're using some sort of isolated build structure it's not
> finding it.
> Does that mean I'd need to add a function to build libass too so it can
> get placed with other binaries?
>
> I've seen similar results with libfreetype too before I disabled it..
>
> Compiling ffmpeg
> Already up-to-date.
> ERROR: libass not found using pkg-config
>
> If you think configure made a mistake, make sure you are using the latest
> version from Git. If the latest version fails, report the problem to
***@***.*** mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "ffbuild/config.log" produced by configure as this
will help
> solve the problem.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#10>, or mute the
thread
> <
https://github.com/notifications/unsubscribe-auth/ACP2hz3mlD79TpcmqjgoSPTsvimDkezSks5vJ0URgaJpZM4agS0L
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACocNU17taj2w5x2DdChIQJ_Dx1B1X4Oks5vJ1CEgaJpZM4agS0L>
.
|
Here's my first stab at a compileLibAss()
Then just need to add a call of compileLibAss early in the call list at the end of the script. |
And voila! I am now able to complete compilation of ffmpeg! |
ilyaevseev
added a commit
that referenced
this issue
Feb 4, 2019
Hmm.. libass-devel was in installYumLibs. Please attach ffbuild/config.log next time. |
I knew it was installed at system level and double checked it was installed
but pkgconfig was still complaining so Just implemented it seperately..
…On Mon, Feb 4, 2019 at 11:20 AM Ilya Evseev ***@***.***> wrote:
Hmm.. libass-devel was in installYumLibs.
Please attach ffbuild/config.log next time.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACocNX1UQ52vhN_oLxkEdsF9zbeKbsTTks5vKF23gaJpZM4agS0L>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a weird one... I have pkgconfig installed and all that but I assume because we're using some sort of isolated build structure it's not finding it.
Does that mean I'd need to add a function to build libass too so it can get placed with other binaries?
I've seen similar results with libfreetype too before I disabled it..
The text was updated successfully, but these errors were encountered: