And pull out all the xenia specific build junk into third_party/ffmpeg-xenia rather than keeping it checked in the submodule
5 lines
117 B
C
5 lines
117 B
C
#ifndef AVUTIL_FFVERSION_H
|
|
#define AVUTIL_FFVERSION_H
|
|
#define FFMPEG_VERSION "xenia"
|
|
#endif /* AVUTIL_FFVERSION_H */
|