From 9abd17b8460d520489316d9fba67b67ddd5c6411 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 30 May 2003 22:32:41 +0000 Subject: 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 --- ext/divx/gstdivxdec.c | 1 - ext/divx/gstdivxenc.c | 1 - 2 files changed, 2 deletions(-) (limited to 'ext/divx') diff --git a/ext/divx/gstdivxdec.c b/ext/divx/gstdivxdec.c index 7959f1b9..3ef2e771 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 069e2964..e337a96f 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")) -- cgit v1.2.1