mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Ensure that it will use ffmpeg from ppsspp, not from the system.
This commit is contained in:
parent
414b89f61a
commit
9dbd18e59d
@ -91,9 +91,9 @@ static const int atracDecodeDelay = 2300;
|
||||
#ifdef USE_FFMPEG
|
||||
|
||||
extern "C" {
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libswresample/swresample.h>
|
||||
#include <libavutil/samplefmt.h>
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libswresample/swresample.h"
|
||||
#include "libavutil/samplefmt.h"
|
||||
}
|
||||
|
||||
#endif // USE_FFMPEG
|
||||
|
@ -95,8 +95,8 @@ static bool pmp_oldStateLoaded = false; // for dostate
|
||||
#ifdef USE_FFMPEG
|
||||
|
||||
extern "C" {
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libswscale/swscale.h>
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libswscale/swscale.h"
|
||||
}
|
||||
static AVPixelFormat pmp_want_pix_fmt;
|
||||
|
||||
|
@ -26,9 +26,9 @@
|
||||
#ifdef USE_FFMPEG
|
||||
|
||||
extern "C" {
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libswresample/swresample.h>
|
||||
#include <libavutil/samplefmt.h>
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libswresample/swresample.h"
|
||||
#include "libavutil/samplefmt.h"
|
||||
}
|
||||
|
||||
#endif // USE_FFMPEG
|
||||
|
Loading…
Reference in New Issue
Block a user