Changeset 25f84cd94c4174a3fccea9977c7b2e6e0390ba2e

Show
Ignore:
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
  • modules/codec/ffmpeg/Modules.am

    r3f92e9a r25f84cd  
    3535    $(NULL) 
    3636 
    37 SOURCES_swscale = \ 
    38     swscale.c \ 
    39     chroma.h \ 
    40     $(NULL) 
    41  
    4237SOURCES_imgresample = \ 
    4338    imgresample.c \ 
     
    5146    $(LTLIBavcodec) \ 
    5247    $(LTLIBavformat) \ 
    53     $(LTLIBswscale) \ 
    5448    $(LTLIBimgresample) 
    5549 
     
    5751    libavcodec_plugin.la \ 
    5852    libavformat_plugin.la \ 
    59     libswscale_plugin.la \ 
    6053    libimgresample_plugin.la 
    6154 
  • modules/video_filter/Modules.am

    rcc872f3 r25f84cd  
    4242SOURCES_chain = chain.c 
    4343SOURCES_postproc = postproc.c 
     44SOURCES_swscale = swscale.c ../codec/ffmpeg/chroma.h 
    4445noinst_HEADERS = filter_common.h filter_picture.h