]> git.sesse.net Git - vlc/commit
Update references to ffmpeg header files to match new directory structure. All ffmpe...
authorFaustino Osuna <riquedafreak@videolan.org>
Thu, 28 Feb 2008 23:05:29 +0000 (23:05 +0000)
committerFaustino Osuna <riquedafreak@videolan.org>
Thu, 28 Feb 2008 23:05:29 +0000 (23:05 +0000)
commit9f3fa003d56eabc422a858abdddbb6ca81eb082a
tree71e663024d01d3d29276209c45d061f723309c4f
parent4d898349f259a9f0063d38dd2e3e2c6757dd16db
Update references to ffmpeg header files to match new directory structure.  All ffmpeg headers should now be accessed through:
* <libpostprocess/postprocess.h>
* <libswscale/swscale.h>
* <libavutil/avutil.h>
* <libavcodec/avcodec.h>
* <libavformat/avformat.h>
16 files changed:
configure.ac
extras/buildsystem/cmake/config.h.cmake
extras/buildsystem/cmake/include/config.cmake
modules/codec/ffmpeg/audio.c
modules/codec/ffmpeg/chroma.c
modules/codec/ffmpeg/deinterlace.c
modules/codec/ffmpeg/demux.c
modules/codec/ffmpeg/encoder.c
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/mux.c
modules/codec/ffmpeg/postprocess.c
modules/codec/ffmpeg/scale.c
modules/codec/ffmpeg/video.c
modules/codec/ffmpeg/video_filter.c
modules/codec/zvbi.c
modules/stream_out/switcher.c