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
This commit is contained in:
Ronald S. Bultje 2003-05-30 22:32:41 +00:00
parent c4eefdd7bc
commit 9abd17b846
2 changed files with 0 additions and 2 deletions

View 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 */

View 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"))