Changeset 21574c3af48d66e582466f1260175ba9c5f445f2

Show
Ignore:
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:

[25f84cd94c4174a3fccea9977c7b2e6e0390ba2e]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1212877914 +0200
Message:

avformat is demux/mux. Move it to modules/demux/avformat.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r60e28dd r21574c3  
    58805880  modules/demux/Makefile 
    58815881  modules/demux/asf/Makefile 
     5882  modules/demux/avformat/Makefile 
    58825883  modules/demux/avi/Makefile 
    58835884  modules/demux/mp4/Makefile 
  • modules/codec/ffmpeg/Modules.am

    r25f84cd r21574c3  
    1818    $(NULL) 
    1919 
    20 SOURCES_avformat = \ 
    21     avformat.c \ 
    22     avformat.h \ 
    23     demux.c \ 
    24     avutil.h \ 
    25     fourcc.h \ 
    26     chroma.h \ 
    27     $(NULL) 
    28  
    29 if ENABLE_SOUT 
    30 SOURCES_avformat += mux.c 
    31 endif 
    32  
    33 EXTRA_libavformat_plugin_la_SOURCES = \ 
    34     mux.c \ 
    35     $(NULL) 
    36  
    3720SOURCES_imgresample = \ 
    3821    imgresample.c \ 
     
    4528libvlc_LTLIBRARIES += \ 
    4629    $(LTLIBavcodec) \ 
    47     $(LTLIBavformat) \ 
    4830    $(LTLIBimgresample) 
    4931 
    5032EXTRA_LTLIBRARIES += \ 
    5133    libavcodec_plugin.la \ 
    52     libavformat_plugin.la \ 
    5334    libimgresample_plugin.la 
    5435 
  • modules/demux/Modules.am

    rbadb0cf r21574c3  
    1 SUBDIRS = asf avi mp4 mpeg playlist 
     1SUBDIRS = asf avformat avi mp4 mpeg playlist 
    22SOURCES_a52sys = a52.c 
    33SOURCES_dtssys = dts.c