mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
7 lines
92 B
C
7 lines
92 B
C
|
#include "main-fn.h"
|
||
|
|
||
|
int main(int argc, char *argv[])
|
||
|
{
|
||
|
return mpv_main(argc, argv);
|
||
|
}
|