forked from pool/libgsm
- Update to 1.0.20:
* Use $(RMFLAGS) with the rms in the Makefile; add -f to $(RMFLAGS) to
avoid spurious error messages during build.
- Rebase and rename libgsm-1.0.20.patch.
- Rebase libgsm-include.patch.
OBS-URL: https://build.opensuse.org/request/show/991218
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgsm?expand=0&rev=27
16 lines
299 B
Diff
16 lines
299 B
Diff
Index: src/toast.c
|
|
===================================================================
|
|
--- src/toast.c.orig
|
|
+++ src/toast.c
|
|
@@ -8,6 +8,10 @@
|
|
|
|
#include "toast.h"
|
|
|
|
+#include <stdio.h>
|
|
+#include <getopt.h>
|
|
+#include <sys/stat.h>
|
|
+
|
|
/* toast -- lossy sound compression using the gsm library.
|
|
*/
|
|
|