[xiph-commits] r11926 - trunk/ffmpeg2theora
j at svn.xiph.org
j at svn.xiph.org
Wed Oct 18 12:19:15 PDT 2006
Author: j
Date: 2006-10-18 12:19:11 -0700 (Wed, 18 Oct 2006)
New Revision: 11926
Modified:
trunk/ffmpeg2theora/configure.ac
Log:
that should be libswscale
Modified: trunk/ffmpeg2theora/configure.ac
===================================================================
--- trunk/ffmpeg2theora/configure.ac 2006-10-18 19:07:58 UTC (rev 11925)
+++ trunk/ffmpeg2theora/configure.ac 2006-10-18 19:19:11 UTC (rev 11926)
@@ -28,7 +28,7 @@
AC_SUBST(XIPH_LIBS)
PKG_CONFIG_PATH=./ffmpeg:$PKG_CONFIG_PATH
-PKG_CHECK_MODULES(FFMPEG, libavformat libavcodec libswcale, HAVE_FFMPEG=yes,
+PKG_CHECK_MODULES(FFMPEG, libavformat libavcodec libswscale, HAVE_FFMPEG=yes,
AC_MSG_ERROR([
could not find ffmpeg. please update PKG_CONFIG_PATH to point to ffmpegs source
More information about the commits
mailing list