Changeset d4fc232a9b2b9a46c2579ad2323ba074f9897465
- Timestamp:
- 09/03/08 18:35:17
(7 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1205084117 +0100
- git-parent:
[67bda2329cba4763d3fa3512923c9856c84106be]
- git-author:
- Rafaël Carré <funman@videolan.org> 1205084117 +0100
- Message:
libpostproc/postprocess.h always includes needed headers
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcbb88be |
rd4fc232 |
|
| 469 | 469 | vlc_check_include_files (ffmpeg/swscale.h libswscale/swscale.h) |
|---|
| 470 | 470 | check_c_source_compiles( "#include <stdint.h>\n#include <postproc/postprocess.h>\nint main(){return 0;}" HAVE_POSTPROC_POSTPROCESS_H ) |
|---|
| 471 | | check_c_source_compiles( "#include <stdint.h>\n#include <libpostproc/postprocess.h>\nint main(){return 0;}" HAVE_LIBPOSTPROC_POSTPROCESS_H ) |
|---|
| | 471 | vlc_check_include_files (libpostproc/postprocess.h) |
|---|
| 472 | 472 | |
|---|
| 473 | 473 | message( STATUS "avcodec found ${HAVE_FFMPEG_AVCODEC_H} || ${HAVE_LIBAVCODEC_AVCODEC_H}") |
|---|