Hm, let's not quit on these since the divx libs seem totally hosed
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 30 May 2003 22:32:41 +0000 (22:32 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Fri, 30 May 2003 22:32:41 +0000 (22:32 +0000)
Original commit message from CVS:
Hm, let's not quit on these since the divx libs seem totally hosed

ext/divx/gstdivxdec.c
ext/divx/gstdivxenc.c

index 7959f1b..3ef2e77 100644 (file)
@@ -418,7 +418,6 @@ plugin_init (GModule   *module,
     g_warning("Version mismatch! This plugin was compiled for "
               "DivX version %d, while your library has version %d!",
               DECORE_VERSION, lib_version);
-    return FALSE;
   }
 
   /* create an elementfactory for the v4lmjpegsrcparse element */
index 069e296..e337a96 100644 (file)
@@ -534,7 +534,6 @@ plugin_init (GModule   *module,
     g_warning("Version mismatch! This plugin was compiled for "
               "DivX version %d, while your library has version %d!",
               ENCORE_VERSION, lib_version);
-    return FALSE;
   }
 
   if (!gst_library_load("gstvideo"))