Changeset eaccd9ea6c0d37a380a4439b4686d69e5733e7eb

Show
Ignore:
Timestamp:
02/27/08 05:55:47 (6 months ago)
Author:
Faustino Osuna <riquedafreak@videolan.org>
git-committer:
Faustino Osuna <riquedafreak@videolan.org> 1204088147 +0000
git-parent:

[3235f039515cf3244ef87bda91384fe085c02e5c]

git-author:
Faustino Osuna <riquedafreak@videolan.org> 1204088147 +0000
Message:

cmake: Try to compensate for new ffmpeg directory structure by setting HAVE_LIBSWSCALE_TREE if swscale.his found.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/cmake/include/config.cmake

    r81472e4 reaccd9e  
    455455  vlc_check_include_files (ffmpeg/avutil.h) 
    456456  vlc_check_include_files (ffmpeg/swscale.h) 
    457   vlc_check_include_files (swscale.h
     457  check_include_files (swscale.h HAVE_LIBSWSCALE_TREE
    458458   
    459459  check_include_files ("stdint.h;postproc/postprocess.h" HAVE_POSTPROC_POSTPROCESS_H)