[FFmpeg-devel] [PATCH] create all pkg-config files in their own subdirectory
Diego Biurrun
diego
Tue Jul 8 09:24:02 CEST 2008
On Tue, Jul 08, 2008 at 01:43:56AM +0200, Aurelien Jacobs wrote:
>
> Well, obviously, moving *.pc in different subdirectories made this
> significantly more painful.
> - before:
> export PKG_CONFIG_PATH=$FFMPEG
> - after:
> export PKG_CONFIG_PATH=$FFMPEG/libavcodec:$FFMPEG/libavformat:$FFMPEG/libavutil:$FFMPEG/libavdevice:$FFMPEG/libpostproc:$FFMPEG/libswscale:$FFMPEG/libavfilter
I initially posted a patch to move them to their own subdirectory. When
Mans proposed adding them to the individual subdirectories instead, that
sounded good and natural. Having them clutter up the root dir is not a
good alternative.
Now if you want to put them in their own subdirectory, I won't mind.
Diego
More information about the ffmpeg-devel
mailing list