mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
a84258d769
All these files access mp_core.h and MPContext, and form the actual player application. They should be all in one place, and separate from the other sources that are mere utility helpers. Preparation for splitting mplayer.c into multiple smaller parts.
28 lines
379 B
Plaintext
28 lines
379 B
Plaintext
*.o
|
|
*.a
|
|
*.d
|
|
*.exe
|
|
.depend
|
|
|
|
/config.h
|
|
/config.mak
|
|
/config.log
|
|
/mpv
|
|
/mpv.app
|
|
/version.h
|
|
/mpvcore/input/input_conf.h
|
|
/tags
|
|
/TAGS
|
|
/video/out/gl_video_shaders.h
|
|
/video/out/x11_icon.inc
|
|
/demux/ebml_defs.c
|
|
/demux/ebml_types.h
|
|
/sub/osd_font.h
|
|
/mpvcore/player/lua/*.inc
|
|
/DOCS/man/*/mpv.1
|
|
/DOCS/man/*/mpv.aux
|
|
/DOCS/man/*/mpv.log
|
|
/DOCS/man/*/mpv.out
|
|
/DOCS/man/*/mpv.pdf
|
|
/DOCS/man/*/mpv.toc
|