[FFmpeg-user] compilation issues

tasos tasoss at trigonongroup.com
Fri Oct 20 08:33:08 EEST 2017


Hello and thx for replying.
To be honest i didn't understand what you are telling me.Sorry.
In any case i had to make  the following changes in order to compile 
ffmpeg as usual.

> -enabled libmp3lame        && require "libmp3lame >= 3.98.3" 
> lame/lame.h lame_set_VBR_quality -lmp3lame
> +enabled libmp3lame        && require "libmp3lame >= 3.98.3" 
> lame/lame.h lame_set_VBR_quality -lmp3lame -lm
> -enabled libx265           && require_pkg_config libx265 x265 x265.h 
> x265_api_get &&
> +enabled libx265           && require_pkg_config libx265 x265 x265.h 
> x265_api_get -lpthread  &&
>                               require_cpp_condition x265.h "X265_BUILD 
> >= 68"

Thanks.

On 10/20/2017 1:52 AM, Carl Eugen Hoyos wrote:
> 2017-10-19 12:43 GMT+02:00 tasos <tasoss at trigonongroup.com>:
>
>> I download the sources from git and i'm compiling it daily for a
>> few months now.
>> Now i have commit f4090940bd3024e69d236257d327f11d1e496229
>> and i have issues.
>> a)About libmp3 i had to change (i have found it searching on google)
> Please understand that this makes no sense:
> Either you report the issue you see with unchanged FFmpeg here
> on the mailing list so we can fix it or you change FFmpeg in which
> case other reports from you won't help because using unpatched
> FFmpeg is a requirement for a bug report;-(
>
> I believe some issues were fixed since yesterday.
>
> Sorry, Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".




More information about the ffmpeg-user mailing list