Changeset 3538dcff661918a5fd9be9d80ca9b04a790c277e
- Timestamp:
- 26/05/08 14:13:38
(6 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1211804018 +0200
- git-parent:
[4e8ff11fa527bcfb49eb4e747fac40b7b249233e]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1211804000 +0200
- Message:
Fix pkg-config based libswscale detection tests.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r9dcd81a |
r3538dcf |
|
| 3240 | 3240 | VLC_ADD_LIBS([ffmpeg],[${SWSCALE_LIBS}]) |
|---|
| 3241 | 3241 | AC_CHECK_LIB(swscale, sws_getContext, |
|---|
| 3242 | | [AC_CHECK_HEADERS([ffmpeg/swscale.h libswscale/swscale.h])],[],[-lavutil -lm]) |
|---|
| | 3242 | [AC_CHECK_HEADERS([ffmpeg/swscale.h libswscale/swscale.h])],[],[${SWSCALE_LIBS}]) |
|---|
| 3243 | 3243 | ],[ true ]) |
|---|
| 3244 | 3244 | VLC_RESTORE_FLAGS |
|---|