From 980116360b0f393e16064ec3b7a4ef9efb14372e Mon Sep 17 00:00:00 2001 From: Rostislav Pehlivanov Date: Sun, 1 Oct 2017 21:07:05 +0100 Subject: vo_wayland: remove This VO was buggy and never worked correctly. Like with wayland_common, it needs to be rewritten from scratch. --- video/out/wayland/memfile.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 video/out/wayland/memfile.h (limited to 'video/out/wayland/memfile.h') diff --git a/video/out/wayland/memfile.h b/video/out/wayland/memfile.h deleted file mode 100644 index 67cdb1b923..0000000000 --- a/video/out/wayland/memfile.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * This file is part of mpv video player. - * Copyright © 2014 Alexander Preisinger - * - * mpv is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * mpv is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with mpv. If not, see . - */ - -#ifndef MPLAYER_WAYLAND_MEMFILE_H -#define MPLAYER_WAYLAND_MEMFILE_H - -// create file decsriptor to memory space without filesystem representation -// truncates to size immediately -int memfile_create(off_t size); - -#endif /* MPLAYER_WAYLAND_MEMFILE_H */ -- cgit v1.2.3