Changeset 192a12994d6a4eed9628e756f48d1a13218c145e

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

    r791b8ca r192a129  
    30903090       VLC_ADD_LIBS([ffmpeg],[${SWSCALE_LIBS}]) 
    30913091       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]) 
    30933093       ],[ true ]) 
    30943094     VLC_RESTORE_FLAGS