diff --git a/ext/divx/gstdivxdec.c b/ext/divx/gstdivxdec.c index 7959f1b9c0..3ef2e77199 100644 --- a/ext/divx/gstdivxdec.c +++ b/ext/divx/gstdivxdec.c @@ -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 */ diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c index 069e2964bc..e337a96f68 100644 --- a/ext/divx/gstdivxenc.c +++ b/ext/divx/gstdivxenc.c @@ -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"))