mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16863 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1af991cdf1
commit
5aba6c3cfd
@ -1,5 +1,5 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@ -7,16 +7,16 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../libvo/osd.h"
|
||||
#include "../libvo/font_load.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "../asxparser.h"
|
||||
#include "../libmpdemux/stream.h"
|
||||
#include "libvo/osd.h"
|
||||
#include "libvo/font_load.h"
|
||||
#include "osdep/keycodes.h"
|
||||
#include "asxparser.h"
|
||||
#include "libmpdemux/stream.h"
|
||||
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
#include "../m_option.h"
|
||||
#include "../m_struct.h"
|
||||
#include "m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "menu.h"
|
||||
|
||||
extern menu_info_t menu_info_cmdlist;
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@ -9,16 +9,16 @@
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "../m_option.h"
|
||||
#include "../m_struct.h"
|
||||
#include "../asxparser.h"
|
||||
#include "m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "asxparser.h"
|
||||
#include "menu.h"
|
||||
#include "menu_list.h"
|
||||
|
||||
#include "../libvo/font_load.h"
|
||||
#include "libvo/font_load.h"
|
||||
|
||||
#include "../input/input.h"
|
||||
#include "../version.h"
|
||||
#include "input/input.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@ -16,14 +16,14 @@
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "../m_struct.h"
|
||||
#include "../m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "m_option.h"
|
||||
#include "menu.h"
|
||||
|
||||
#include "../libvo/font_load.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "../input/input.h"
|
||||
#include "../osdep/timer.h"
|
||||
#include "libvo/font_load.h"
|
||||
#include "osdep/keycodes.h"
|
||||
#include "input/input.h"
|
||||
#include "osdep/timer.h"
|
||||
|
||||
typedef struct history_st history_t;
|
||||
|
||||
|
@ -11,20 +11,20 @@
|
||||
#include <limits.h>
|
||||
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "../m_struct.h"
|
||||
#include "../m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "m_option.h"
|
||||
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "menu.h"
|
||||
#include "menu_list.h"
|
||||
#include "../input/input.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "input/input.h"
|
||||
#include "osdep/keycodes.h"
|
||||
|
||||
#include "../libmpdemux/dvbin.h"
|
||||
#include "libmpdemux/dvbin.h"
|
||||
|
||||
|
||||
|
||||
|
@ -11,18 +11,18 @@
|
||||
#include <limits.h>
|
||||
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "../m_struct.h"
|
||||
#include "../m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "m_option.h"
|
||||
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "menu.h"
|
||||
#include "menu_list.h"
|
||||
#include "../input/input.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "input/input.h"
|
||||
#include "osdep/keycodes.h"
|
||||
|
||||
struct list_entry_s {
|
||||
struct list_entry p;
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
@ -12,8 +12,8 @@
|
||||
#include "m_struct.h"
|
||||
#include "menu.h"
|
||||
|
||||
#include "../libvo/font_load.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "libvo/font_load.h"
|
||||
#include "osdep/keycodes.h"
|
||||
|
||||
#define IMPL 1
|
||||
#include "menu_list.h"
|
||||
|
@ -9,20 +9,20 @@
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "../m_struct.h"
|
||||
#include "../m_option.h"
|
||||
#include "../m_config.h"
|
||||
#include "../asxparser.h"
|
||||
#include "m_struct.h"
|
||||
#include "m_option.h"
|
||||
#include "m_config.h"
|
||||
#include "asxparser.h"
|
||||
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "menu.h"
|
||||
#include "menu_list.h"
|
||||
#include "../input/input.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "input/input.h"
|
||||
#include "osdep/keycodes.h"
|
||||
|
||||
struct list_entry_s {
|
||||
struct list_entry p;
|
||||
|
@ -4,19 +4,19 @@
|
||||
#include <string.h>
|
||||
//#include <libgen.h>
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "../m_struct.h"
|
||||
#include "../m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "m_option.h"
|
||||
#include "menu.h"
|
||||
#include "menu_list.h"
|
||||
|
||||
|
||||
#include "../playtree.h"
|
||||
#include "../input/input.h"
|
||||
#include "playtree.h"
|
||||
#include "input/input.h"
|
||||
|
||||
#define mp_basename(s) (strrchr((s),'/')==NULL?(char*)(s):(strrchr((s),'/')+1))
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
@ -8,12 +8,12 @@
|
||||
#include "img_format.h"
|
||||
#include "mp_image.h"
|
||||
|
||||
#include "../m_struct.h"
|
||||
#include "../m_option.h"
|
||||
#include "m_struct.h"
|
||||
#include "m_option.h"
|
||||
#include "menu.h"
|
||||
|
||||
#include "../libvo/font_load.h"
|
||||
#include "../osdep/keycodes.h"
|
||||
#include "libvo/font_load.h"
|
||||
#include "osdep/keycodes.h"
|
||||
|
||||
struct menu_priv_s {
|
||||
char** lines;
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -9,17 +9,17 @@
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "../mp_msg.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
#include "../libmpcodecs/img_format.h"
|
||||
#include "../libmpcodecs/mp_image.h"
|
||||
#include "../libmpcodecs/vf.h"
|
||||
#include "libmpcodecs/img_format.h"
|
||||
#include "libmpcodecs/mp_image.h"
|
||||
#include "libmpcodecs/vf.h"
|
||||
|
||||
#include "../libvo/fastmemcpy.h"
|
||||
#include "../libvo/video_out.h"
|
||||
#include "../libvo/font_load.h"
|
||||
#include "../input/input.h"
|
||||
#include "../m_struct.h"
|
||||
#include "libvo/fastmemcpy.h"
|
||||
#include "libvo/video_out.h"
|
||||
#include "libvo/font_load.h"
|
||||
#include "input/input.h"
|
||||
#include "m_struct.h"
|
||||
#include "menu.h"
|
||||
|
||||
extern vo_functions_t* video_out;
|
||||
|
Loading…
Reference in New Issue
Block a user