From: Ronald S. Bultje Date: Fri, 30 May 2003 22:32:41 +0000 (+0000) Subject: Hm, let's not quit on these since the divx libs seem totally hosed X-Git-Tag: 1.19.3~507^2~24352 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9abd17b8460d520489316d9fba67b67ddd5c6411;p=platform%2Fupstream%2Fgstreamer.git Hm, let's not quit on these since the divx libs seem totally hosed Original commit message from CVS: Hm, let's not quit on these since the divx libs seem totally hosed --- 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"))