1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

remove now useless vidixlib.h file

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27111 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2008-06-20 20:16:34 +00:00
parent 68a31c0b45
commit 144b0d05cd
19 changed files with 7 additions and 59 deletions

View File

@ -23,7 +23,7 @@
#include "mp_msg.h"
#include "vosub_vidix.h"
#include "vidix/vidixlib.h"
#include "vidix/vidix.h"
static const vo_info_t info = {

View File

@ -25,7 +25,7 @@
#include "mp_fifo.h"
#include "vosub_vidix.h"
#include "vidix/vidixlib.h"
#include "vidix/vidix.h"
static const vo_info_t info =

View File

@ -31,7 +31,7 @@
#include "mp_msg.h"
#include "vosub_vidix.h"
#include "vidix/vidixlib.h"
#include "vidix/vidix.h"
#ifdef HAVE_NEW_GUI
#include "gui/interface.h"

View File

@ -27,7 +27,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "vidix/vidixlib.h"
#include "vidix/vidix.h"
#include "fastmemcpy.h"
#include "osd.h"
#include "video_out.h"

View File

@ -40,7 +40,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -25,7 +25,7 @@
#include <string.h>
#include "config.h"
#include "vidixlib.h"
#include "vidix.h"
#include "libavutil/common.h"
#include "mpbswap.h"
#include "config.h"

View File

@ -22,7 +22,7 @@
#ifndef MPLAYER_DRIVERS_H
#define MPLAYER_DRIVERS_H
#include "vidixlib.h"
#include "vidix.h"
void vidix_register_all_drivers (void);

View File

@ -39,7 +39,6 @@
#include <linux/fb.h>
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -34,7 +34,6 @@
#include "libavutil/common.h"
#include "mpbswap.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -54,7 +54,6 @@
#include <inttypes.h>
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -33,7 +33,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -29,7 +29,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -28,7 +28,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -37,7 +37,6 @@
#include "pci_ids.h"
#include "pci_names.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "radeon.h"

View File

@ -32,7 +32,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -32,7 +32,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -32,7 +32,6 @@
#include "config.h"
#include "vidix.h"
#include "vidixlib.h"
#include "fourcc.h"
#include "dha.h"
#include "pci_ids.h"

View File

@ -39,7 +39,7 @@
#include <string.h>
#include "config.h"
#include "vidixlib.h"
#include "vidix.h"
#include "drivers.h"
#include "libavutil/common.h"
#include "mpbswap.h"

View File

@ -1,41 +0,0 @@
/*
* VIDIX - VIDeo Interface for *niX.
*
* This interface is introduced as universal one to MPEG decoder,
* Back End Scaler (BES) and YUV2RGB hw accelerators.
*
* In the future it may be expanded up to capturing and audio things.
* Main goal of this this interface imlpementation is providing DGA
* everywhere where it's possible (unlike X11 and other).
*
* This interface is based on v4l2, fbvid.h, mga_vid.h projects
* and personally my ideas.
*
* NOTE: This interface is introduced as driver interface.
*
* Copyright (C) 2002 Nick Kurshev
* Copyright (C) 2007 Benjamin Zores <ben@geexbox.org>
*
* This file is part of MPlayer.
*
* MPlayer is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* MPlayer 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with MPlayer; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPLAYER_VIDIXLIB_H
#define MPLAYER_VIDIXLIB_H
#include "vidix.h"
#endif /* MPLAYER_VIDIXLIB_H */