Changeset 3538dcff661918a5fd9be9d80ca9b04a790c277e

Show
Ignore:
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
  • configure.ac

    r9dcd81a r3538dcf  
    32403240       VLC_ADD_LIBS([ffmpeg],[${SWSCALE_LIBS}]) 
    32413241       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}]) 
    32433243       ],[ true ]) 
    32443244     VLC_RESTORE_FLAGS