From a84258d769a3d06958a017bb3fc47521ade5751b Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 29 Oct 2013 21:35:29 +0100 Subject: Move files part of the playback core to player sub-directory 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. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 07eab0dfbd..f4361056da 100644 --- a/.gitignore +++ b/.gitignore @@ -18,7 +18,7 @@ /demux/ebml_defs.c /demux/ebml_types.h /sub/osd_font.h -/mpvcore/lua/*.inc +/mpvcore/player/lua/*.inc /DOCS/man/*/mpv.1 /DOCS/man/*/mpv.aux /DOCS/man/*/mpv.log -- cgit v1.2.3