[Ffmpeg-devel] [patch] lib64 in libxxx.pc
sean
seandarcy2
Mon Jun 12 00:31:39 CEST 2006
configure creates the libdir in the .pc files with:
libdir=\${exec_prefix}/lib
which causes a problem for those like me who have the ffmpeg
libs in /usr/lib64.
configure does know the libdir - it's $libdir. So this patch
sets the libdir using it:
libdir=$libdir
I didn't touch the libxxxxx-uninstalled.pc files since I
couldn't figure out what there used for.
sean
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pkgconfig.patch
Type: text/x-diff
Size: 852 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060611/b1da86a7/attachment.patch>
More information about the ffmpeg-devel
mailing list