[x265] Just a information
桃源老師
xanadu6291 at dream.jp
Tue Oct 13 21:01:57 CEST 2015
Hello,
I have subscribed to this list just a purpose to inform about ffmpeg configure error on OS X El Capitan 10.11. So I'll unsubscribe the list if my issue would be solved.
I'm not a development people. Please note it...
x265 version: 1.8+31-b6156a08b1de
ffmpeg version: N-75278-ga8bedd5
OS X version: 10.11 (15A284)
Xcode version: 7.0.1 (7A1001)
Phenomenon:
When I try to configure ffmpeg, an error ERROR: x265 not found using pkg-config occurred. The cause of error is linking of "-l/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a" file.
Countermeasure:
Remove "-l/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a" from x265.pc
$ diff -u /Volumes/ffmpeg_compile/compile/x265/build/linux/x265.pc /Volumes/ffmpeg_compile/lib/pkgconfig/x265.pc
--- /Volumes/ffmpeg_compile/compile/x265/build/linux/x265.pc 2015-10-14 03:22:23.000000000 +0900
+++ /Volumes/ffmpeg_compile/lib/pkgconfig/x265.pc 2015-10-14 03:32:14.000000000 +0900
@@ -7,5 +7,5 @@
Description: H.265/HEVC video encoder
Version: 1.8
Libs: -L${libdir} -lx265
-Libs.private: -lc++ -l/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/6.1.0/lib/darwin/libclang_rt.osx.a -ldl
+Libs.private: -lc++ -ldl
Cflags: -I${included}
If you think my countermeasure is correct, please change related portion of source code.
Best Regards,
// Miya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2374 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20151014/9edf4eee/attachment-0001.bin>
More information about the x265-devel
mailing list