[maemo-commits] [maemo-commits] r18514 - projects/haf/trunk/hildon-thumbnail

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 27 17:28:37 EEST 2009
Author: marivoll
Date: 2009-05-27 17:28:05 +0300 (Wed, 27 May 2009)
New Revision: 18514

Modified:
   projects/haf/trunk/hildon-thumbnail/configure.ac
Log:
Removed checks for libomxil, nobody uses it.


Modified: projects/haf/trunk/hildon-thumbnail/configure.ac
===================================================================
--- projects/haf/trunk/hildon-thumbnail/configure.ac	2009-05-27 14:25:30 UTC (rev 18513)
+++ projects/haf/trunk/hildon-thumbnail/configure.ac	2009-05-27 14:28:05 UTC (rev 18514)
@@ -109,19 +109,6 @@
 
 AM_CONDITIONAL(HAVE_GSTREAMER, test "$have_gstreamer" = "yes")
 
-AC_CHECK_LIB(omxil, OMX_Init, 
-	[have_omxil=yes], [have_omxil=no])
-
-if test $have_omxil = "no"; then
- AC_CHECK_LIB(omxil-bellagio, OMX_Init,
-        [have_omxil=yes], [have_omxil=no])
-fi
-
-if test "$have_omxil" = "yes"; then
-  AC_DEFINE(HAVE_OMXIL, [], [OMXIL])
-fi
-
-
 PKG_CHECK_MODULES(PNG,[libpng >= 1.2],
 		      [have_png=yes],
 		      [have_png=no])


More information about the maemo-commits mailing list