aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnash/gnash-ffmpeg.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/gnash/gnash-ffmpeg.patch
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/gnash/gnash-ffmpeg.patch')
-rw-r--r--testing/gnash/gnash-ffmpeg.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/gnash/gnash-ffmpeg.patch b/testing/gnash/gnash-ffmpeg.patch
deleted file mode 100644
index dc78e81c59..0000000000
--- a/testing/gnash/gnash-ffmpeg.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- gnash-0.8.9.orig/libmedia/ffmpeg/MediaParserFfmpeg.cpp
-+++ gnash-0.8.9/libmedia/ffmpeg/MediaParserFfmpeg.cpp
-@@ -52,8 +52,8 @@
- return p->readPacket(buf, buf_size);
- }
-
--boost::int64_t
--MediaParserFfmpeg::seekMediaWrapper(void *opaque, boost::int64_t offset, int whence)
-+::int64_t
-+MediaParserFfmpeg::seekMediaWrapper(void *opaque, ::int64_t offset, int whence)
- {
- MediaParserFfmpeg* p = static_cast<MediaParserFfmpeg*>(opaque);
- return p->seekMedia(offset, whence);
---- gnash-0.8.9.orig/libmedia/ffmpeg/MediaParserFfmpeg.h
-+++ gnash-0.8.9/libmedia/ffmpeg/MediaParserFfmpeg.h
-@@ -126,7 +126,7 @@
- boost::int64_t seekMedia(boost::int64_t offset, int whence);
-
- /// ffmpeg callback function
-- static boost::int64_t seekMediaWrapper(void *opaque, boost::int64_t offset, int whence);
-+ static int64_t seekMediaWrapper(void *opaque, int64_t offset, int whence);
-
- /// Read some of the input to figure an AVInputFormat
- AVInputFormat* probeStream();