summaryrefslogtreecommitdiff
path: root/audio/faad2/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faad2/patches/patch-ah')
-rw-r--r--audio/faad2/patches/patch-ah15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/faad2/patches/patch-ah b/audio/faad2/patches/patch-ah
deleted file mode 100644
index 9631874b7d5..00000000000
--- a/audio/faad2/patches/patch-ah
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2005/08/05 13:01:57 tonio Exp $
-
---- common/mp4v2/rtphint.h.orig 2005-08-05 12:17:32.000000000 +0200
-+++ common/mp4v2/rtphint.h 2005-08-05 12:17:55.000000000 +0200
-@@ -35,8 +35,8 @@
- return m_pPacket;
- }
-
-- virtual u_int16_t GetDataSize() = NULL;
-- virtual void GetData(u_int8_t* pDest) = NULL;
-+ virtual u_int16_t GetDataSize() = 0;
-+ virtual void GetData(u_int8_t* pDest) = 0;
-
- MP4Track* FindTrackFromRefIndex(u_int8_t refIndex);
-