mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
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:
parent
c4eefdd7bc
commit
9abd17b846
2 changed files with 0 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue