mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- Reduce the number of dependencies (use internal ffmpeg whenever possible) in mplayer - Do not build with clang on i386 - Use new options framework PR: 177083 Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
14 lines
423 B
C
14 lines
423 B
C
--- ffmpeg/libavcodec/libgsm.c.orig 2013-03-07 19:20:04.000000000 +0100
|
|
+++ ffmpeg/libavcodec/libgsm.c 2013-03-22 16:31:14.983780842 +0100
|
|
@@ -28,11 +28,7 @@
|
|
// The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
|
|
|
|
#include "config.h"
|
|
-#if HAVE_GSM_H
|
|
#include <gsm.h>
|
|
-#else
|
|
-#include <gsm/gsm.h>
|
|
-#endif
|
|
|
|
#include "libavutil/channel_layout.h"
|
|
#include "libavutil/common.h"
|