mirror of https://github.com/odrling/Aegisub
revert back to including ffmpeg/libav*.h
Originally committed to SVN as r2316.
This commit is contained in:
parent
19f9172d64
commit
5acd3b2534
|
@ -41,8 +41,8 @@
|
||||||
#endif
|
#endif
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavcodec/avcodec.h>
|
#include <ffmpeg/avcodec.h>
|
||||||
#include <libavformat/avformat.h>
|
#include <ffmpeg/avformat.h>
|
||||||
}
|
}
|
||||||
#include "include/aegisub/aegisub.h"
|
#include "include/aegisub/aegisub.h"
|
||||||
|
|
||||||
|
|
|
@ -44,9 +44,9 @@
|
||||||
#endif
|
#endif
|
||||||
#include <vector>
|
#include <vector>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include <libavcodec/avcodec.h>
|
#include <ffmpeg/avcodec.h>
|
||||||
#include <libavformat/avformat.h>
|
#include <ffmpeg/avformat.h>
|
||||||
#include <libswscale/swscale.h>
|
#include <ffmpeg/swscale.h>
|
||||||
}
|
}
|
||||||
#include "include/aegisub/video_provider.h"
|
#include "include/aegisub/video_provider.h"
|
||||||
#include "include/aegisub/aegisub.h"
|
#include "include/aegisub/aegisub.h"
|
||||||
|
|
Loading…
Reference in New Issue