change of #includes: <ffmpeg/*> to <libavstuff/*>

Originally committed to SVN as r2216.
This commit is contained in:
Karl Blomster 2008-07-02 16:31:06 +00:00
parent 3599e6edd1
commit 40c709da72
4 changed files with 9 additions and 9 deletions

View File

@ -52,8 +52,8 @@
*/
extern "C" {
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
}
#include "mkv_wrap.h"
#include "lavc_file.h"

View File

@ -52,8 +52,8 @@
*/
extern "C" {
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
}
#include "mkv_wrap.h"
#include "lavc_file.h"

View File

@ -41,8 +41,8 @@
#endif
#include <wx/filename.h>
extern "C" {
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
}
#include "include/aegisub/aegisub.h"

View File

@ -43,9 +43,9 @@
#define EMULATE_INTTYPES
#endif
extern "C" {
#include <ffmpeg/avcodec.h>
#include <ffmpeg/avformat.h>
#include <ffmpeg/swscale.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
}
#include "include/aegisub/video_provider.h"
#include "include/aegisub/aegisub.h"