gst/games/gstpuzzle.c: call oil_init() when using liboil

Original commit message from CVS:
* gst/games/gstpuzzle.c: (plugin_init):
call oil_init() when using liboil
This commit is contained in:
Stefan Kost 2006-01-05 17:03:15 +00:00
parent 35204f008d
commit 18378238d8
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-01-05 Stefan Kost <ensonic@users.sf.net>
* gst/games/gstpuzzle.c: (plugin_init):
call oil_init() when using liboil
2006-01-04 Edgard Lima <edgard.lima@indt.org.br>
* ext/neon/gstneonhttpsrc.c:

View file

@ -557,6 +557,10 @@ draw_puzzle (GstVideofilter * videofilter, void *destp, void *srcp)
static gboolean
plugin_init (GstPlugin * plugin)
{
#ifdef HAVE_LIBOIL
oil_init ();
#endif
if (!gst_library_load ("gstvideofilter"))
return FALSE;