gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog plugin/Makefile.am plugin/player.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog plugin/Makefile.am plugin/player.h
Date: Fri, 08 Sep 2006 11:14:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/08 11:14:47

Modified files:
        .              : ChangeLog 
        plugin         : Makefile.am 
Removed files:
        plugin         : player.h 

Log message:
        removed obsoleted player.h file

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.811&r2=1.812
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/Makefile.am?cvsroot=gnash&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/gnash/plugin/player.h?cvsroot=gnash&r1=1.6&r2=0

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.811
retrieving revision 1.812
diff -u -b -r1.811 -r1.812
--- ChangeLog   8 Sep 2006 10:45:37 -0000       1.811
+++ ChangeLog   8 Sep 2006 11:14:47 -0000       1.812
@@ -1,3 +1,7 @@
+2006-09-08 Sandro Santilli  <address@hidden>
+
+       * plugin/player.h: removed obsoleted file
+
 2006-09-08 Markus Gothe <address@hidden>
 
        * testsuite/movies.all/zoomhenge.swf: Added.

Index: plugin/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/plugin/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- plugin/Makefile.am  31 Aug 2006 18:13:21 -0000      1.39
+++ plugin/Makefile.am  8 Sep 2006 11:14:47 -0000       1.40
@@ -87,7 +87,6 @@
 plugin_LTLIBRARIES = libgnashplugin.la
 
 noinst_HEADERS = plugin.h \
-        player.h \
         mozilla-sdk/pluginbase.h \
         mozilla-sdk/npplat.h \
          mozilla-sdk/include/jri.h \

Index: plugin/player.h
===================================================================
RCS file: plugin/player.h
diff -N plugin/player.h
--- plugin/player.h     24 Apr 2006 23:05:55 -0000      1.6
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,45 +0,0 @@
-// 
-//   Copyright (C) 2005, 2006 Free Software Foundation, Inc.
-// 
-// This program 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.
-// 
-// This program 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 this program; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
-
-// Linking Gnash statically or dynamically with other modules is making a
-// combined work based on Gnash. Thus, the terms and conditions of the GNU
-// General Public License cover the whole combination.
-//
-// As a special exception, the copyright holders of Gnash give you
-// permission to combine Gnash with free software programs or libraries
-// that are released under the GNU LGPL and with code included in any
-// release of Talkback distributed by the Mozilla Foundation. You may
-// copy and distribute such a system following the terms of the GNU GPL
-// for all but the LGPL-covered parts and Talkback, and following the
-// LGPL for the LGPL-covered parts.
-//
-// Note that people who make modified versions of Gnash are not obligated
-// to grant this special exception for their modified versions; it is their
-// choice whether to do so. The GNU General Public License gives permission
-// to release a modified version without this exception; this exception
-// also makes it possible to release a modified version which carries
-// forward this exception.
-// 
-//
-
-#ifndef __GNASH_PLAYER_H__
-#define __GNASH_PLAYER_H__
-
-int main_loop(nsPluginInstance *inst);
-void playerThread(void *inst);
-
-// EOF of __GNASH_PLAYER_H__
-#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]