[Scummvm-cvs-logs] SF.net SVN: scummvm: [25489] scummvm/trunk/backends/platform/psp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Feb 11 12:47:06 CET 2007


Revision: 25489
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25489&view=rev
Author:   joostp
Date:     2007-02-11 03:47:05 -0800 (Sun, 11 Feb 2007)

Log Message:
-----------
remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was never working well on PSP

Modified Paths:
--------------
    scummvm/trunk/backends/platform/psp/Makefile
    scummvm/trunk/backends/platform/psp/README.PSP

Modified: scummvm/trunk/backends/platform/psp/Makefile
===================================================================
--- scummvm/trunk/backends/platform/psp/Makefile	2007-02-11 11:35:19 UTC (rev 25488)
+++ scummvm/trunk/backends/platform/psp/Makefile	2007-02-11 11:47:05 UTC (rev 25489)
@@ -48,10 +48,6 @@
 CXXFLAGS+= -DUSE_VORBIS -DUSE_TREMOR
 LIBS	+= -lvorbisidec
 
-#comment this out if you don't want to use libmpeg2
-CXXFLAGS+= -DUSE_MPEG2
-LIBS	+= -lmpeg2
-
 LIBS    += `$(PSPBIN)/sdl-config --libs` -lz -lstdc++ -lc -lpspdisplay -lpspgu -lpspctrl -lpspsdk -lpspnet -lpspnet_inet -lpsputility -lpspsdk -lpspuser
 
 CXXFLAGS := $(CXXFLAGS) -fno-exceptions -fno-rtti

Modified: scummvm/trunk/backends/platform/psp/README.PSP
===================================================================
--- scummvm/trunk/backends/platform/psp/README.PSP	2007-02-11 11:35:19 UTC (rev 25488)
+++ scummvm/trunk/backends/platform/psp/README.PSP	2007-02-11 11:47:05 UTC (rev 25489)
@@ -1,4 +1,4 @@
-ScummVM-PSP 0.9.0SVN README 
+ScummVM-PSP 0.10.0SVN README 
 ===========================
 
 Installation
@@ -35,6 +35,9 @@
 - Sleep/Suspend mode currently isn't supported, so don't use it when
   running ScummVM.
 
+- This README may be outdated, for more up-to-date instructions and notes see
+  the PSP Port Wiki: http://wiki.scummvm.org/index.php/PlayStation_Portable
+
 Frequently Asked Questions
 ==========================
 
@@ -85,12 +88,6 @@
 
 - libTremor(*)	(svn co svn://svn.pspdev.org/psp/trunk/libTremor)
 
-- libmpeg2(*)  	(http://libmpeg2.sf.net)
-		Note: As this is not in pspdev svn, you'll need to build
-		it manually. Adding a psp target/host to config.sub and
-		using a configure line similar to the SDL port worked for
-		me.
-
 (*) = optional
 
 When you've installed these libraries (read their README.PSP for instructions),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list