]> git.sesse.net Git - vlc/commit
Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config...
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 9 Aug 2005 19:20:45 +0000 (19:20 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 9 Aug 2005 19:20:45 +0000 (19:20 +0000)
commit4d611bb029dc40fedd43359bd7ddef8c86803735
treea3e795f05244cf39f6d8ee8c64a3caca91dd7a44
parent705499c6faca9f827df3720f84e83e0e330b5c26
Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306.
To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)
configure.ac