]> git.pld-linux.org Git - packages/FusionSound.git/commitdiff
- added compile.patch
authorSzymon Siwek <sls@pld-linux.org>
Mon, 26 Oct 2009 15:25:59 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FusionSound.spec -> 1.16
    compile.patch -> 1.1

FusionSound.spec
compile.patch [new file with mode: 0644]

index 1b893c02ec1c131be2694b077bc27c666cddcfb0..c1fc9eed1888aab299563dd611190ef99d492d11 100644 (file)
@@ -10,6 +10,7 @@ Source0:      http://www.directfb.org/downloads/Core/%{name}-%{version}.tar.gz
 Patch0:                %{name}-conf.patch
 Patch1:                %{name}-git.patch
 Patch2:                %{name}-leck.patch
+Patch3:                compile.patch
 URL:           http://www.directfb.org/index.php?path=Platform/FusionSound
 BuildRequires: DirectFB-devel >= 1:1.2.0
 # for examples
@@ -132,6 +133,7 @@ Moduł FusionSound dostarczający muzykę Ogg Vorbis.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
diff --git a/compile.patch b/compile.patch
new file mode 100644 (file)
index 0000000..188e29e
--- /dev/null
@@ -0,0 +1,13 @@
+--- FusionSound-1.1.1/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_ffmpeg.c.orig     2009-10-26 16:05:19.965978378 +0100
++++ FusionSound-1.1.1/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_ffmpeg.c  2009-10-26 16:10:30.944605524 +0100
+@@ -123,8 +123,8 @@
+      return len;
+ }
+-static offset_t
+-av_seek_callback( void *opaque, offset_t offset, int whence )
++static int64_t
++av_seek_callback( void *opaque, int64_t offset, int whence )
+ {
+      IFusionSoundMusicProvider_FFmpeg_data *data = opaque;
+      unsigned int                           pos  = 0;
This page took 0.055776 seconds and 4 git commands to generate.