[MPlayer-cvslog] r31455 - in trunk: cfg-mplayer.h libvo/vo_dxr2.h

diego subversion at mplayerhq.hu
Thu Jun 17 12:10:00 CEST 2010


Author: diego
Date: Thu Jun 17 12:10:00 2010
New Revision: 31455

Log:
Add header file for externally used dxr2_opts array.

Added:
   trunk/libvo/vo_dxr2.h
Modified:
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Thu Jun 17 11:59:31 2010	(r31454)
+++ trunk/cfg-mplayer.h	Thu Jun 17 12:10:00 2010	(r31455)
@@ -31,14 +31,13 @@
 #include "libmenu/menu.h"
 #include "libvo/aspect.h"
 #include "libvo/geometry.h"
+#include "libvo/vo_dxr2.h"
 #include "libvo/vo_fbdev.h"
 #include "libvo/vo_zr.h"
 #include "libvo/x11_common.h"
 #include "mp_fifo.h"
 #include "unrar_exec.h"
 
-extern const m_option_t dxr2_opts[];
-
 
 const m_option_t vd_conf[]={
     {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},

Added: trunk/libvo/vo_dxr2.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/libvo/vo_dxr2.h	Thu Jun 17 12:10:00 2010	(r31455)
@@ -0,0 +1,26 @@
+/*
+ * 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_VO_DXR2_H
+#define MPLAYER_VO_DXR2_H
+
+#include "m_option.h"
+
+extern const m_option_t dxr2_opts[];
+
+#endif /* MPLAYER_VO_DXR2_H */


More information about the MPlayer-cvslog mailing list