aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-04-13 03:13:36 +0800
committernork <nork@FreeBSD.org>2003-04-13 03:13:36 +0800
commitaecaf8a05c9cbe3c99d815c46cb6aa90f5b682ea (patch)
treef344d197d3d49faa740d989c869c99528e24880d /audio
parentb57fa16b27a97c09faeb1afe0ddf4eaecb49e53e (diff)
downloadfreebsd-ports-gnome-aecaf8a05c9cbe3c99d815c46cb6aa90f5b682ea.tar.gz
freebsd-ports-gnome-aecaf8a05c9cbe3c99d815c46cb6aa90f5b682ea.tar.zst
freebsd-ports-gnome-aecaf8a05c9cbe3c99d815c46cb6aa90f5b682ea.zip
Fix build error.
PR: ports/50875 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
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 =