[3PP] Switch FFmpeg to latest release with port of xmaframes codec
And pull out all the xenia specific build junk into third_party/ffmpeg-xenia rather than keeping it checked in the submodule
This commit is contained in:
12
third_party/ffmpeg-xenia/config_components.h
vendored
Normal file
12
third_party/ffmpeg-xenia/config_components.h
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* FFmpeg component configuration for xenia.
|
||||
* In upstream FFmpeg this is generated by configure separately from config.h.
|
||||
* For xenia all CONFIG_* component defines live in config.h, so we just
|
||||
* include that.
|
||||
*/
|
||||
#ifndef FFMPEG_CONFIG_COMPONENTS_H
|
||||
#define FFMPEG_CONFIG_COMPONENTS_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#endif /* FFMPEG_CONFIG_COMPONENTS_H */
|
||||
Reference in New Issue
Block a user