Changeset 139829d3d2a11be7b95b71e0887775f8350d5586
- Timestamp:
- 06/09/08 10:05:35
(3 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1212998735 +0200
- git-parent:
[a2caeb589c2a22159eccda561298807fe961adc7]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1212879154 +0200
- Message:
Move imgresample.c to the video_filter directory.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra2caeb5 |
r139829d |
|
| 18 | 18 | $(NULL) |
|---|
| 19 | 19 | |
|---|
| 20 | | SOURCES_imgresample = \ |
|---|
| 21 | | imgresample.c \ |
|---|
| 22 | | chroma.h \ |
|---|
| 23 | | $(NULL) |
|---|
| 24 | | |
|---|
| 25 | 20 | libvlc_LTLIBRARIES += \ |
|---|
| 26 | | $(LTLIBavcodec) \ |
|---|
| 27 | | $(LTLIBimgresample) |
|---|
| | 21 | $(LTLIBavcodec) |
|---|
| 28 | 22 | |
|---|
| 29 | 23 | EXTRA_LTLIBRARIES += \ |
|---|
| 30 | | libavcodec_plugin.la \ |
|---|
| 31 | | libimgresample_plugin.la |
|---|
| | 24 | libavcodec_plugin.la |
|---|
| 32 | 25 | |
|---|
| 33 | 26 | # FIXME SOURCES_ffmpegaltivec = \ |
|---|
| r25f84cd |
r139829d |
|
| 43 | 43 | SOURCES_postproc = postproc.c |
|---|
| 44 | 44 | SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h |
|---|
| | 45 | SOURCES_imgresample = imgresample.c ../codec/ffmpeg/chroma.h |
|---|
| 45 | 46 | noinst_HEADERS = filter_common.h filter_picture.h |
|---|