Changeset eaccd9ea6c0d37a380a4439b4686d69e5733e7eb
- 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
| r81472e4 |
reaccd9e |
|
| 455 | 455 | vlc_check_include_files (ffmpeg/avutil.h) |
|---|
| 456 | 456 | vlc_check_include_files (ffmpeg/swscale.h) |
|---|
| 457 | | vlc_check_include_files (swscale.h) |
|---|
| | 457 | check_include_files (swscale.h HAVE_LIBSWSCALE_TREE) |
|---|
| 458 | 458 | |
|---|
| 459 | 459 | check_include_files ("stdint.h;postproc/postprocess.h" HAVE_POSTPROC_POSTPROCESS_H) |
|---|