summaryrefslogtreecommitdiffstats
path: root/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-12 00:07:27 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-12 00:07:27 (GMT)
commitb57ed162489566120639f6f53fc854cc472c6ca6 (patch)
treef3d5833dd29f02067ee00b5e72d854a50c607c23 /abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch
parent74fc0c6f2d5998e99a18036f64ca9e17fa60d63f (diff)
downloadlinhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.zip
linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.gz
linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.bz2
More file cleanups
Diffstat (limited to 'abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch')
-rwxr-xr-xabs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch b/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch
deleted file mode 100755
index ec59cec..0000000
--- a/abs/extra/gpac/gpac-0.4.2-ffmpeg-errno.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: gpac/modules/ffmpeg_in/ffmpeg_demux.c
-===================================================================
---- gpac.orig/modules/ffmpeg_in/ffmpeg_demux.c
-+++ gpac/modules/ffmpeg_in/ffmpeg_demux.c
-@@ -23,6 +23,7 @@
- */
-
- #include "ffmpeg_in.h"
-+#include <errno.h>
-
- /*default buffer is 200 ms per channel*/
- #define FFD_DATA_BUFFER 800
-@@ -285,7 +286,6 @@ static GF_ESD *FFD_GetESDescriptor(FFDem
- case CODEC_ID_MP3:
- esd->decoderConfig->objectTypeIndication = 0x69;
- break;
-- case CODEC_ID_MPEG4AAC:
- case CODEC_ID_AAC:
- if (!dec->extradata_size) goto opaque_audio;
- esd->decoderConfig->objectTypeIndication = 0x40;