Changeset 192a12994d6a4eed9628e756f48d1a13218c145e
- Timestamp:
- 02/29/08 23:19:07
(5 months ago)
- Author:
- Christophe Mutricy <xtophe@videolan.org>
- git-committer:
- Christophe Mutricy <xtophe@videolan.org> 1204323547 +0000
- git-parent:
[18a9a97d45d1864580963b00235d8e002728863e]
- git-author:
- Christophe Mutricy <xtophe@videolan.org> 1204323547 +0000
- Message:
No need to test for avutil.h a second time
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r791b8ca |
r192a129 |
|
| 3090 | 3090 | VLC_ADD_LIBS([ffmpeg],[${SWSCALE_LIBS}]) |
|---|
| 3091 | 3091 | AC_CHECK_LIB(swscale, sws_getContext, |
|---|
| 3092 | | [AC_CHECK_HEADERS([ffmpeg/avutil.h libavutil/avutil.h ffmpeg/swscale.h libswscale/swscale.h])],[],[-lavutil -lm]) |
|---|
| | 3092 | [AC_CHECK_HEADERS([ffmpeg/swscale.h libswscale/swscale.h])],[],[-lavutil -lm]) |
|---|
| 3093 | 3093 | ],[ true ]) |
|---|
| 3094 | 3094 | VLC_RESTORE_FLAGS |
|---|