Changeset 141d39e94c018259f1fd8590cc54e15c6e9bde90
- Timestamp:
- 29/02/08 18:49:40
(9 months ago)
- Author:
- Faustino Osuna <riquedafreak@videolan.org>
- git-committer:
- Faustino Osuna <riquedafreak@videolan.org> 1204307380 +0000
- git-parent:
[2ae1859128ba8e3ec8e3d652ac273092ae68842c]
- git-author:
- Faustino Osuna <riquedafreak@videolan.org> 1204307380 +0000
- Message:
cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r791b8ca |
r141d39e |
|
| 468 | 468 | vlc_check_include_files (ffmpeg/avutil.h libavutil/avutil.h) |
|---|
| 469 | 469 | vlc_check_include_files (ffmpeg/swscale.h libswscale/swscale.h) |
|---|
| 470 | | |
|---|
| 471 | | check_include_files ("stdint.h;postproc/postprocess.h" HAVE_POSTPROC_POSTPROCESS_H) |
|---|
| | 470 | vlc_check_include_files (postproc/postprocess.h libpostproc/postprocess.h) |
|---|
| | 471 | |
|---|
| 472 | 472 | vlc_enable_modules(ffmpeg) |
|---|
| 473 | 473 | vlc_add_module_compile_flag(ffmpeg ${FFmpeg_CFLAGS}) |
|---|