]> git.pld-linux.org Git - packages/opal.git/blame - opal-ah.patch
- changed exceptions patch so that it affects only vpb plugin;
[packages/opal.git] / opal-ah.patch
CommitLineData
a7e6bfef
JB
1--- opal-3.10.9/plugins/configure.ac.orig 2013-01-24 15:50:58.908808589 +0100
2+++ opal-3.10.9/plugins/configure.ac 2013-01-24 16:05:12.328790801 +0100
3@@ -517,11 +517,11 @@
4 ],
5 [
6 AC_MSG_RESULT(yes);
7- AC_DEFINE([AV_PICTURE_TYPE_NONE], [(AVPictureType)0])
8+ AC_DEFINE([AV_PICTURE_TYPE_NONE], [(AVPictureType)0], [Compatibilty with various versions of the libavcodec library])
9 ],
10 [
11 AC_MSG_RESULT(no)
12- AC_DEFINE([AV_PICTURE_TYPE_NONE], [0])
13+ AC_DEFINE([AV_PICTURE_TYPE_NONE], [0], [Compatibilty with various versions of the libavcodec library])
14 ]
15 )
16 ]
17--- opal-3.10.9/configure.ac.orig 2012-11-26 11:49:22.000000000 +0100
18+++ opal-3.10.9/configure.ac 2013-01-24 16:06:31.778789145 +0100
19@@ -400,7 +400,7 @@
20 if test "x$OPAL_CAPI" = "xyes" ; then
21 AC_CHECK_HEADERS([capi20.h], [OPAL_CAPI=yes], [OPAL_CAPI=no])
22 if test "x$OPAL_CAPI" = "xyes" ; then
23- AC_DEFINE([OPAL_CAPI], [1])
24+ AC_DEFINE([OPAL_CAPI], [1], [CAPI support])
25 OPAL_ADD_CFLAGS_LIBS([], [-lcapi20])
26 fi
27 fi
This page took 0.045593 seconds and 4 git commands to generate.