rpms/vavoom/FC-6 vavoom-1.23-fixes.patch,1.1,1.2

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon May 21 22:18:02 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/vavoom/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3437

Modified Files:
	vavoom-1.23-fixes.patch 
Log Message:
make vavoom build with older FC-6 flac

vavoom-1.23-fixes.patch:

Index: vavoom-1.23-fixes.patch
===================================================================
RCS file: /cvs/extras/rpms/vavoom/FC-6/vavoom-1.23-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vavoom-1.23-fixes.patch	21 May 2007 22:04:58 -0000	1.1
+++ vavoom-1.23-fixes.patch	21 May 2007 22:17:27 -0000	1.2
@@ -11,41 +11,3 @@
  
  extern byte				*colormaps;
  
---- vavoom-1.23/source/s_flac.cpp	2007-04-28 16:54:28.000000000 +0200
-+++ vavoom-1.23.new/source/s_flac.cpp	2007-05-15 20:42:29.000000000 +0200
-@@ -54,7 +54,7 @@
- 	protected:
- 		//	FLAC decoder callbacks.
- 		::FLAC__StreamDecoderReadStatus read_callback(FLAC__byte buffer[],
--			unsigned *bytes);
-+			size_t *bytes);
- 		::FLAC__StreamDecoderWriteStatus write_callback(
- 			const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]);
- 		void metadata_callback(const ::FLAC__StreamMetadata *metadata);
-@@ -92,7 +92,7 @@
- 	protected:
- 		//	FLAC decoder callbacks.
- 		::FLAC__StreamDecoderReadStatus read_callback(FLAC__byte buffer[],
--			unsigned *bytes);
-+			size_t *bytes);
- 		::FLAC__StreamDecoderWriteStatus write_callback(
- 			const ::FLAC__Frame *frame, const FLAC__int32 * const buffer[]);
- 		void metadata_callback(const ::FLAC__StreamMetadata *metadata);
-@@ -199,7 +199,7 @@
- //==========================================================================
- 
- ::FLAC__StreamDecoderReadStatus VFlacSampleLoader::FStream::read_callback(
--	FLAC__byte buffer[], unsigned* bytes)
-+	FLAC__byte buffer[], size_t* bytes)
- {
- 	guard(VFlacSampleLoader::FStream::read_callback);
- 	if (*bytes > 0)
-@@ -477,7 +477,7 @@
- //==========================================================================
- 
- ::FLAC__StreamDecoderReadStatus VFlacAudioCodec::FStream::read_callback(
--	FLAC__byte buffer[], unsigned* bytes)
-+	FLAC__byte buffer[], size_t* bytes)
- {
- 	guard(VFlacAudioCodec::FStream::read_callback);
- 	if (*bytes > 0)




More information about the fedora-extras-commits mailing list