diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch')
-rwxr-xr-x | abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch b/abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch deleted file mode 100755 index ec59cec..0000000 --- a/abs/extra-testing/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; |