Hello Moritz - san,

Thanks for your replay

> 2017/10/19 午前6:19、Moritz Barsnick <barsn...@gmx.net>のメール:
> 
> They are due to an issue of libbluray's pkg-config file not stating its
> dependencies (freetype, bz2, ...) correctly. The issue has already been
> reported for ffmpeg here:
> 
> https://trac.ffmpeg.org/ticket/6731

Thanks, I understand now what is happening.

> libbluray fixed it from their side yesterday (still pending a release).
> You can change your installed libbluray.pc file locally, if you wish,
> as described here:
> 
> https://ffmpeg.org/pipermail/ffmpeg-devel/2017-October/217888.html

I added "Requires: freetype2" only.

--- libbluray.pc.org    2017-10-19 00:50:50.000000000 +0900
+++ libbluray.pc        2017-10-19 08:12:45.000000000 +0900
@@ -6,6 +6,7 @@
 Name: libbluray
 Description: library supporting Blu-ray playback
 Version: 1.0.0
+Requires: freetype2
 Libs: -L${libdir} -lbluray
 Libs.private:   -L/Volumes/ffmpeg_compile/lib -lfreetype 
-L/Volumes/ffmpeg_compile/lib -lfontconfig -lfreetype
 Cflags: -I${includedir}

Now I can configure make ffmpeg successfully!!

So Happy!!

Best Regards,


// Miya aka. TougenRoushi

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to