summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sharedbuffer.m
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-08-08 21:11:43 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-08-08 21:23:28 +0200
commit7fd43b0bcd5abdcda0a6fe99abb46651f81ec84d (patch)
treef583a3c5327a4b2b8818df16c08d39edb3b4dc0e /libvo/vo_sharedbuffer.m
parent531778d0564cabc4fdfcef7a8785baa5747cd27b (diff)
downloadmpv-7fd43b0bcd5abdcda0a6fe99abb46651f81ec84d.tar.bz2
mpv-7fd43b0bcd5abdcda0a6fe99abb46651f81ec84d.tar.xz
osx: fix build
adapt the osx VOs to build against the latest changes.
Diffstat (limited to 'libvo/vo_sharedbuffer.m')
-rw-r--r--libvo/vo_sharedbuffer.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_sharedbuffer.m b/libvo/vo_sharedbuffer.m
index 40aa170864..219ad91474 100644
--- a/libvo/vo_sharedbuffer.m
+++ b/libvo/vo_sharedbuffer.m
@@ -261,7 +261,7 @@ const struct vo_driver video_out_sharedbuffer = {
.check_events = check_events,
.uninit = uninit,
.draw_osd = draw_osd,
- .privsize = sizeof(struct priv),
+ .priv_size = sizeof(struct priv),
.options = (const struct m_option[]) {
OPT_STRING("buffer_name", buffer_name, 0, OPTDEF_STR("mplayerosx")),
{NULL},