diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 22:28:14 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-19 22:28:14 +0000 |
commit | 5e9a2c975965bbb3b21629c15e25b527ce2a162b (patch) | |
tree | 82b68de3edd9e746c1450dc8b6f9a9e6cbb01ff4 /audio/mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp | |
parent | 1: fix pkg-plist. (diff) |
- Remove mpeg4ip-faad, this port is no longer needed with mpeg4ip-1.3
Notes
Notes:
svn path=/head/; revision=135656
Diffstat (limited to 'audio/mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp')
-rw-r--r-- | audio/mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp b/audio/mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp deleted file mode 100644 index 12c322ab4203..000000000000 --- a/audio/mpeg4ip-faad/files/patch-plugins_mpeg4ip_faad2.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/mpeg4ip/faad2.cpp.orig Wed Sep 29 03:20:19 2004 -+++ plugins/mpeg4ip/faad2.cpp Wed Sep 29 03:31:53 2004 -@@ -237,7 +237,7 @@ - aac->m_vft->audio_configure(aac->m_ifptr, - aac->m_freq, - aac->m_chans, -- AUDIO_S16SYS, -+ (audio_format_t)AUDIO_S16SYS, - aac->m_output_frame_size); - uint8_t *now = aac->m_vft->audio_get_buffer(aac->m_ifptr); - aac->m_audio_inited = 1; |