]> git.pld-linux.org Git - packages/avifile.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 22 Dec 2000 18:12:13 +0000 (18:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile-0.50.bitrate.patch -> 1.2
    avifile-cout.patch -> 1.2

avifile-0.50.bitrate.patch [deleted file]
avifile-cout.patch [deleted file]

diff --git a/avifile-0.50.bitrate.patch b/avifile-0.50.bitrate.patch
deleted file mode 100644 (file)
index 0220929..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ru avifile-0.50.orig/lib/videocodec/Module.cpp avifile-0.50/lib/videocodec/Module.cpp
---- avifile-0.50.orig/lib/videocodec/Module.cpp        Sat Sep 30 11:17:51 2000
-+++ avifile-0.50/lib/videocodec/Module.cpp     Tue Oct 24 23:17:22 2000
-@@ -44,12 +44,12 @@
-       throw FATAL("Could not load library");
-     try
-     { 
--      if(name==string("divxc32.dll"))
-+      if(name==string("divxc32.dll") || name==string("divxc32f.dll"))
-       {
-           int newkey;
-           int bitrate;        
-           int count=4;
--          if(RegOpenKeyExA(HKEY_CURRENT_USER, "Software\\LinuxLoader\\div3", 0, 0, &newkey)!=0)
-+          if(RegOpenKeyExA(HKEY_CURRENT_USER, "Software\\LinuxLoader\\Div3", 0, 0, &newkey)!=0)
-           {
- //            cerr<<"Could not open Divx key"<<endl;
-               goto no_reg;
-@@ -60,7 +60,7 @@
-               RegCloseKey(newkey);
-               goto no_reg;
-           }    
-- 
-+          printf("::module bitrate: %d\n",bitrate);
-           *(double*)((char*)_handle+0x14c0)=bitrate;
-           RegCloseKey(newkey);
-       no_reg:
diff --git a/avifile-cout.patch b/avifile-cout.patch
deleted file mode 100644 (file)
index ce60807..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- avifile-0.50/lib/videocodec/Module.cpp~    Wed Dec  6 16:44:54 2000
-+++ avifile-0.50/lib/videocodec/Module.cpp     Wed Dec  6 16:47:46 2000
-@@ -60,7 +60,7 @@
-               RegCloseKey(newkey);
-               goto no_reg;
-           }    
--          printf("::module bitrate: %d\n",bitrate);
-+          cout << "::module bitrate: %d\n" << bitrate;
-           *(double*)((char*)_handle+0x14c0)=bitrate;
-           RegCloseKey(newkey);
-       no_reg:
This page took 0.068139 seconds and 4 git commands to generate.