summaryrefslogtreecommitdiffstats
path: root/libvo/old_vo_defines.h
blob: ef52e522562a48e6eed2613d4ff2741db930e659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MPLAYER_OLD_VO_DEFINES_H
#define MPLAYER_OLD_VO_DEFINES_H

#include "options.h"
#include "video_out.h"
#include "old_vo_wrapper.h"

// Triggers more defines in x11_common.h
#define IS_OLD_VO 1

#define vo_ontop global_vo->opts->vo_ontop
#define vo_config_count global_vo->config_count

#endif