]> git.pld-linux.org Git - packages/amarok.git/blob - amarok-ffmpeg08.patch
- attpempt to fix build with ffmpeg 0.7 and 0.8
[packages/amarok.git] / amarok-ffmpeg08.patch
1 --- amarok-2.4.1/src/musicbrainz/MusicDNSAudioDecoder.cpp~      2011-05-05 21:06:53.000000000 +0200
2 +++ amarok-2.4.1/src/musicbrainz/MusicDNSAudioDecoder.cpp       2011-07-01 14:57:41.811795115 +0200
3 @@ -150,7 +150,7 @@
4  
5          audioStream = -1;
6          for(i = 0; i < ( int )pFormatCtx->nb_streams; i++ )
7 -            if( pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO )
8 +            if( pFormatCtx->streams[i]->codec->codec_type == AVMEDIA_TYPE_AUDI )
9              {
10                  audioStream = i;
11                  break;
12 @@ -252,4 +252,4 @@
13  }
14  
15  
16 -#include "MusicDNSAudioDecoder.moc"
17 \ Brak znaku nowej linii na końcu pliku
18 +#include "MusicDNSAudioDecoder.moc"
This page took 0.0272289999999999 seconds and 3 git commands to generate.