[xiph-commits] r3575 - browser_plugin/trunk
conrad at svn.annodex.net
conrad at svn.annodex.net
Tue Apr 29 16:25:20 PDT 2008
Author: conrad
Date: 2008-04-29 16:25:17 -0700 (Tue, 29 Apr 2008)
New Revision: 3575
Modified:
browser_plugin/trunk/configure.ac
Log:
revert labelling of OGGPLAY in configure
Modified: browser_plugin/trunk/configure.ac
===================================================================
--- browser_plugin/trunk/configure.ac 2008-04-29 10:38:50 UTC (rev 3574)
+++ browser_plugin/trunk/configure.ac 2008-04-29 23:25:17 UTC (rev 3575)
@@ -43,9 +43,9 @@
dnl
dnl Detect liboggplay
dnl
-PKG_CHECK_MODULES(LIBOGGPLAY, oggplay)
-AC_SUBST(LIBOGGPLAY_CFLAGS)
-AC_SUBST(LIBOGGPLAY_LIBS)
+PKG_CHECK_MODULES(OGGPLAY, oggplay)
+AC_SUBST(OGGPLAY_CFLAGS)
+AC_SUBST(OGGPLAY_LIBS)
dnl
dnl Detect Imlib2 (needed for the linux plugin)
More information about the commits
mailing list