summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-12 19:13:36 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-12 19:13:36 +0000
commit04794365f763ba7a11462bc2fd4fb94d85ab4c0f (patch)
treeb61a4895aadf7cad1dde688ac826e488f6728dc3 /audio
parento Fixed dependencies and the pkg-plist. (diff)
Fix build error.
PR: ports/50875 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=78809
Diffstat (limited to 'audio')
-rw-r--r--audio/rebler/files/patch-rebler.cpp16
1 files changed, 12 insertions, 4 deletions
diff --git a/audio/rebler/files/patch-rebler.cpp b/audio/rebler/files/patch-rebler.cpp
index bd529f8c7549..e500efb7aba7 100644
--- a/audio/rebler/files/patch-rebler.cpp
+++ b/audio/rebler/files/patch-rebler.cpp
@@ -1,5 +1,5 @@
---- rebler.cpp.orig Mon Aug 6 21:59:36 2001
-+++ rebler.cpp Wed Mar 6 12:03:42 2002
+--- rebler.cpp.orig Mon Aug 6 22:59:36 2001
++++ rebler.cpp Sun Apr 13 04:09:49 2003
@@ -29,6 +29,7 @@
******************************************************************************/
@@ -19,7 +19,15 @@
cerr << "Win32DLL : " << ci->dll << endl;
// cerr << "GUID : " << ci->guid << endl;
cerr << "module name: " << ci->modulename << endl;
-@@ -325,8 +326,8 @@
+@@ -303,7 +304,6 @@
+ case CodecInfo::Plugin: cerr << "Plugin "; break;
+ case CodecInfo::Win32: cerr << "Win32 "; break;
+ case CodecInfo::DShow_Dec: cerr << "DShow_Dec"; break;
+- case CodecInfo::DShow_Enc: cerr << "DShow_Enc"; break;
+ default:
+ cerr << "Unknown";
+ break;
+@@ -325,8 +325,8 @@
iter != ci->encoder_info.end();
iter++)
{
@@ -30,7 +38,7 @@
cerr << " " << "kind : ";
switch(iter->kind)
{
-@@ -338,8 +339,8 @@
+@@ -338,8 +338,8 @@
{
cerr << "Select from: ";
for( std::vector<std::string>::const_iterator i =