This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
Patch by Ramiro Originally committed as revision 21786 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Ramiro Polla
Carl Eugen Hoyos
16 years ago
parent
812bfd7b44
commit
3beb81e744
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/libgsm.c
+ 1
- 1
libavcodec/libgsm.c
View File
@@ -28,7 +28,7 @@
// The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
#include "avcodec.h"
#include <gsm.h>
#include <gsm
/gsm
.h>
// gsm.h misses some essential constants
#define GSM_BLOCK_SIZE 33
Write
Preview
Loading…
Cancel
Save