2017-10-03 21:21 GMT+02:00 Douglas Marsh <[email protected]>: > On 2017-10-03 11:08, Douglas Marsh wrote:
> Downloaded the deb source and noticed, they already build a > 10-bit version of everything x264 related: > > *** Contents: > ./usr/lib/x86_64-linux-gnu/x264-10bit/libx264.so.148 > ./usr/lib/x86_64-linux-gnu/libx264.so.148 > [...] > > so I guess the real question is how to compile ffmpeg with > alternate library for libx264.so.148 in the said directory... Either use pkg-config or pass (--extra-cflags and) --extra-ldflags to configure so it can find the intended installation. (I don't know if there is an extra header, so ldflags may be sufficient) Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
