[Ffmpeg-devel] [PATCH] install libav(codec|format).pc/libpostproc.pc

j at v2v.cc j
Wed May 11 12:43:19 CEST 2005


attached patch creates pkg-config .pc files that reflect
the configuration of libavcodec/libavformat and libpostproc. 
with that it would be possible to use libav* better as 
a shared library since external dependencies are taken care. 
linking to the installed version of libav* would be as easy as:

gcc myproject.c -o myproject `pkg-config --cflags --libs libavcodec
libavformat`

i also added *-uninstalled.pc files that allow you to link to 
the uninstalled libs.

j
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.add-pkg-config-support.patch
Type: text/x-patch
Size: 4772 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20050511/f819b960/attachment.bin>



More information about the ffmpeg-devel mailing list