Changeset 244601ee1e5157c478bd818b49de6765bf393397
- Timestamp:
- 29/02/08 18:04:45
(7 months ago)
- Author:
- Faustino Osuna <riquedafreak@videolan.org>
- git-committer:
- Faustino Osuna <riquedafreak@videolan.org> 1204304685 +0000
- git-parent:
[791b8caafd1957bfb1ac4a6defb188bb499adf54]
- git-author:
- Faustino Osuna <riquedafreak@videolan.org> 1204304685 +0000
- Message:
Fix previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r791b8ca |
r244601e |
|
| 50 | 50 | |
|---|
| 51 | 51 | /* Version checking */ |
|---|
| 52 | | #if defined(HAVE_LIBSWSCALE_SWSCALE_H) || defined(HAVE_LIBSWSCALE_SWSCALE_H) || defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE) |
|---|
| | 52 | #if defined(HAVE_FFMPEG_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_TREE) |
|---|
| 53 | 53 | |
|---|
| 54 | 54 | /***************************************************************************** |
|---|