Changeset 25f84cd94c4174a3fccea9977c7b2e6e0390ba2e
- Timestamp:
- 09/06/08 10:05:35
(4 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1212998735 +0200
- git-parent:
[3f92e9ad6a693a76a01affd41136c90f585a5aeb]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1212877072 +0200
- Message:
Move swscale.c to the video_filter directory.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3f92e9a |
r25f84cd |
|
| 35 | 35 | $(NULL) |
|---|
| 36 | 36 | |
|---|
| 37 | | SOURCES_swscale = \ |
|---|
| 38 | | swscale.c \ |
|---|
| 39 | | chroma.h \ |
|---|
| 40 | | $(NULL) |
|---|
| 41 | | |
|---|
| 42 | 37 | SOURCES_imgresample = \ |
|---|
| 43 | 38 | imgresample.c \ |
|---|
| … | … | |
| 51 | 46 | $(LTLIBavcodec) \ |
|---|
| 52 | 47 | $(LTLIBavformat) \ |
|---|
| 53 | | $(LTLIBswscale) \ |
|---|
| 54 | 48 | $(LTLIBimgresample) |
|---|
| 55 | 49 | |
|---|
| … | … | |
| 57 | 51 | libavcodec_plugin.la \ |
|---|
| 58 | 52 | libavformat_plugin.la \ |
|---|
| 59 | | libswscale_plugin.la \ |
|---|
| 60 | 53 | libimgresample_plugin.la |
|---|
| 61 | 54 | |
|---|
| rcc872f3 |
r25f84cd |
|
| 42 | 42 | SOURCES_chain = chain.c |
|---|
| 43 | 43 | SOURCES_postproc = postproc.c |
|---|
| | 44 | SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h |
|---|
| 44 | 45 | noinst_HEADERS = filter_common.h filter_picture.h |
|---|