mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 00:19:32 +00:00
Bandaid fix for compilation failure when creating main/.depend with GUI
enabled. This is only a problem if .developer is not present. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17315 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ac5044a2d4
commit
5081060d66
@ -2,7 +2,7 @@
|
||||
#ifndef _INTERFACE_H
|
||||
#define _INTERFACE_H
|
||||
|
||||
#include "config.h"
|
||||
#include "../config.h"
|
||||
#include "mplayer/play.h"
|
||||
#include "mplayer.h"
|
||||
#include "libvo/font_load.h"
|
||||
|
@ -2,7 +2,7 @@
|
||||
#ifndef __GUI_PLAY_H
|
||||
#define __GUI_PLAY_H
|
||||
|
||||
#include "../config.h"
|
||||
#include "../../config.h"
|
||||
|
||||
#include "./mplayer.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user