22 lines
838 B
Plaintext
22 lines
838 B
Plaintext
$OpenBSD: patch-configure_in,v 1.3 2008/10/24 16:44:19 jasper Exp $
|
|
--- configure.in.orig Wed Oct 22 23:22:54 2008
|
|
+++ configure.in Wed Oct 22 23:25:46 2008
|
|
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a confi
|
|
dnl initialization
|
|
AC_PREREQ(2.57)
|
|
AC_INIT([wxsvgtest], [1.0], [wx-svg-users@lists.sourceforge.net])
|
|
-AM_INIT_AUTOMAKE
|
|
+AM_INIT_AUTOMAKE(wxsvg, 1.0b10)
|
|
AM_MAINTAINER_MODE
|
|
|
|
dnl options
|
|
@@ -160,7 +160,7 @@ AM_CONDITIONAL(USE_FFMPEG, [test x$enable_ffmpeg = xye
|
|
if test x$enable_ffmpeg = xyes; then
|
|
PKG_CHECK_MODULES(FFMPEG, [libavformat >= 50.0.0 libavcodec >= 51.0.0 libavutil >= 49.0.0 libswscale])
|
|
dnl check path for old ffmpeg
|
|
- AC_CHECK_HEADERS([ffmpeg/avutil.h])
|
|
+ AC_CHECK_HEADERS([libavutil/avutil.h])
|
|
CXXFLAGS="$CXXFLAGS -DUSE_FFMPEG $FFMPEG_CFLAGS"
|
|
LIBS="$LIBS $FFMPEG_LIBS"
|
|
fi
|