]> git.sesse.net Git - vlc/commit
Move avcodec module files to modules/codec/avcodec. (The 3 shared
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 7 Jun 2008 22:59:51 +0000 (00:59 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 9 Jun 2008 08:05:35 +0000 (10:05 +0200)
commitf7d5f3e7cab176a0d68b736e05dece392d611161
tree593bf987b6681803dd4767f7db6edc4d1f4f7359
parent139829d3d2a11be7b95b71e0887775f8350d5586
Move avcodec module files to modules/codec/avcodec. (The 3 shared
headers, avutil.h, chroma.h and fourcc.h are also located in that
directory.) This should be the last commit in the "Move all the old
ffmpeg modules source code files around to make it seem like you're
working while you're not".
16 files changed:
configure.ac
modules/codec/Modules.am
modules/codec/avcodec/Modules.am [moved from modules/codec/ffmpeg/Modules.am with 100% similarity]
modules/codec/avcodec/audio.c [moved from modules/codec/ffmpeg/audio.c with 100% similarity]
modules/codec/avcodec/avcodec.c [moved from modules/codec/ffmpeg/avcodec.c with 100% similarity]
modules/codec/avcodec/avcodec.h [moved from modules/codec/ffmpeg/avcodec.h with 100% similarity]
modules/codec/avcodec/avutil.h [moved from modules/codec/ffmpeg/avutil.h with 100% similarity]
modules/codec/avcodec/chroma.h [moved from modules/codec/ffmpeg/chroma.h with 100% similarity]
modules/codec/avcodec/deinterlace.c [moved from modules/codec/ffmpeg/deinterlace.c with 100% similarity]
modules/codec/avcodec/encoder.c [moved from modules/codec/ffmpeg/encoder.c with 100% similarity]
modules/codec/avcodec/fourcc.h [moved from modules/codec/ffmpeg/fourcc.h with 100% similarity]
modules/codec/avcodec/video.c [moved from modules/codec/ffmpeg/video.c with 100% similarity]
modules/demux/avformat/demux.c
modules/demux/avformat/mux.c
modules/video_filter/imgresample.c
modules/video_filter/swscale.c