diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-30 22:32:41 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2003-05-30 22:32:41 +0000 |
commit | 9abd17b8460d520489316d9fba67b67ddd5c6411 (patch) | |
tree | 23839623b18620c6c98d84038ec8aa7f8416f43c /ext/divx | |
parent | c4eefdd7bc924e5669591711598d541c6d5565dd (diff) |
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
Diffstat (limited to 'ext/divx')
-rw-r--r-- | ext/divx/gstdivxdec.c | 1 | ||||
-rw-r--r-- | ext/divx/gstdivxenc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/divx/gstdivxdec.c b/ext/divx/gstdivxdec.c index 7959f1b9c..3ef2e7719 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 069e2964b..e337a96f6 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")) |