index
:
mpv
debian
progress-linux
upstream
debian 12 backports: mpv
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
osdep
/
main-fn-unix.c
blob: c30c4a91ecdbe5b79640cf8c0d2441ee4c77d61e (
plain
)
1
2
3
4
5
6
#include
"main-fn.h"
int
main
(
int
argc
,
char
*
argv
[])
{
return
mpv_main
(
argc
,
argv
);
}