mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 18:36:09 +00:00
bc27f946c2
core is used in many unix systems for core dumps. For that reason some tools work under the assumption that the file is indeed a core dump (for example autoconf does this). This commit just renames the files. The following one will change all the includes to fix compilation. This is done this way because git has a easier time tracing file changes if there is a pure rename commit.
3 lines
56 B
C
3 lines
56 B
C
void init_libav(void);
|
|
void print_libav_versions(void);
|