]> git.pld-linux.org Git - packages/gtatool.git/blob - ffmpeg2.patch
- release 4 (by relup.sh)
[packages/gtatool.git] / ffmpeg2.patch
1 --- gtatool-1.5.2/src/conv-ffmpeg/media_object.cpp~     2013-04-28 20:24:13.884124701 +0200
2 +++ gtatool-1.5.2/src/conv-ffmpeg/media_object.cpp      2013-08-29 17:43:44.081721565 +0200
3 @@ -149,6 +149,9 @@
4  
5  // Hide the FFmpeg stuff so that their messy header files cannot cause problems
6  // in other source files.
7 +#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE
8 +#define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000
9 +#endif
10  
11  static const size_t audio_tmpbuf_size = (AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2;
12  
This page took 0.053996 seconds and 3 git commands to generate.