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 7959f1b9c02fe7737cf90dc7b1827f1e352c15fe..3ef2e7719989df26cbcb51c02eec32ac085fd2f9 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 069e2964bcdad2a872b69de29a2330a72214f744..e337a96f68631b59c59f7ddc291725d7063e68b4 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"))