diff options
Diffstat (limited to 'audio/sox/files/patch-ffmpeg2')
| -rw-r--r-- | audio/sox/files/patch-ffmpeg2 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/sox/files/patch-ffmpeg2 b/audio/sox/files/patch-ffmpeg2 deleted file mode 100644 index 7f82ed88f2a6..000000000000 --- a/audio/sox/files/patch-ffmpeg2 +++ /dev/null @@ -1,16 +0,0 @@ -Index: src/ffmpeg.c -=================================================================== ---- src/ffmpeg.c.orig -+++ src/ffmpeg.c -@@ -57,6 +57,11 @@ - #define PKT_FLAG_KEY AV_PKT_FLAG_KEY - #endif - -+#ifndef AVCODEC_MAX_AUDIO_FRAME_SIZE -+#define AVCODEC_MAX_AUDIO_FRAME_SIZE (192000 * 4) -+#endif -+ -+ - /* Private data for ffmpeg files */ - typedef struct { - int audio_index; |
