Changeset add88a3ae20f0073da5eb5c35f9cc202532143e1
- Timestamp:
- 31/05/08 11:34:10
(6 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1212226450 +0300
- git-parent:
[6af454000084721920ae7a50c53c921b68d88c6d]
- git-author:
- Alexis Ballier <aballier@gentoo.org> 1212225476 +0200
- Message:
Explicitly check for and link to libavutil
av_free and friends are used in the ffmpeg plugin, and after r13528
ffmpeg's .pc files do not tell anymore to link needlessly to its
private library requirements.
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0efa83a |
radd88a3 |
|
| 3001 | 3001 | |
|---|
| 3002 | 3002 | dnl Trying with pkg-config |
|---|
| 3003 | | PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat], |
|---|
| | 3003 | PKG_CHECK_MODULES(FFMPEG,[libavcodec, libavformat, libavutil], |
|---|
| 3004 | 3004 | [ |
|---|
| 3005 | 3005 | VLC_SAVE_FLAGS |
|---|