]> git.pld-linux.org Git - packages/ffmpeg.git/blob - ffmpeg-gsm.patch
- package <libavcodec/audioconvert.h> for lim-omx
[packages/ffmpeg.git] / ffmpeg-gsm.patch
1 --- configure.orig      2011-06-21 21:29:25.000000000 +0200
2 +++ configure   2011-06-26 20:07:17.579181375 +0200
3 @@ -2920,7 +2920,7 @@
4      "dirac_decoder_init dirac_encoder_init"
5  enabled libfaac    && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaac
6  enabled libfreetype && require_pkg_config freetype2 "ft2build.h freetype/freetype.h" FT_Init_FreeType
7 -enabled libgsm     && require  libgsm gsm/gsm.h gsm_create -lgsm
8 +enabled libgsm     && require  libgsm gsm.h gsm_create -lgsm
9  enabled libmp3lame && require  "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
10  enabled libnut     && require  libnut libnut.h nut_demuxer_init -lnut
11  enabled libopencore_amrnb  && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
12 --- libavcodec/libgsm.c~        2010-04-20 16:45:34.000000000 +0200
13 +++ libavcodec/libgsm.c 2010-06-18 08:05:19.692574999 +0200
14 @@ -28,7 +28,7 @@
15  // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
16  
17  #include "avcodec.h"
18 -#include <gsm/gsm.h>
19 +#include <gsm.h>
20  
21  // gsm.h misses some essential constants
22  #define GSM_BLOCK_SIZE 33
This page took 0.022957 seconds and 3 git commands to generate.