]> git.pld-linux.org Git - packages/gstreamer0.10-plugins-bad.git/blob - gstreamer-plugins-bad-divx4linux.patch
- release 29 (by relup.sh)
[packages/gstreamer0.10-plugins-bad.git] / gstreamer-plugins-bad-divx4linux.patch
1 --- gst-plugins-bad-0.10.1/ext/divx/gstdivxdec.h.orig   2005-12-19 15:40:22.000000000 +0100
2 +++ gst-plugins-bad-0.10.1/ext/divx/gstdivxdec.h        2006-02-25 01:04:28.560232500 +0100
3 @@ -21,7 +21,7 @@
4  #define __GST_DIVXDEC_H__
5  
6  #include <gst/gst.h>
7 -#include <decore.h>
8 +#include <divx/decore.h>
9  
10  #ifdef __cplusplus
11  extern "C" {
12 --- gst-plugins-bad-0.10.1/ext/divx/gstdivxenc.c.orig   2005-12-19 15:40:22.000000000 +0100
13 +++ gst-plugins-bad-0.10.1/ext/divx/gstdivxenc.c        2006-02-25 01:04:46.369345500 +0100
14 @@ -24,7 +24,7 @@
15  #include <string.h>
16  #include "gstdivxenc.h"
17  #include <gst/video/video.h>
18 -#include <encore2.h>
19 +#include <divx/encore2.h>
20  
21  /* elementfactory information */
22  GstElementDetails gst_divxenc_details = {
23 --- gst-plugins-bad-0.10.3/configure.ac.orig    2006-05-21 20:22:12.474199250 +0200
24 +++ gst-plugins-bad-0.10.3/configure.ac 2006-05-21 20:23:11.165867250 +0200
25 @@ -317,14 +317,14 @@
26  translit(dnm, m, l) AM_CONDITIONAL(USE_DIVX, true)
27  GST_CHECK_FEATURE(DIVX, [divx plugins], divx, [
28    HAVE_DIVX=yes
29 -  AC_CHECK_HEADER(encore2.h, , [
30 +  AC_CHECK_HEADER(divx/encore2.h, , [
31      AC_MSG_WARN([Divx4linux encore headers not found])
32      HAVE_DIVX=no
33    ])
34    if [ test x$HAVE_DIVX = xyes ]; then
35      AC_MSG_CHECKING([Checking for valid divx4linux encore version])
36      AC_TRY_COMPILE([
37 -#include <encore2.h>
38 +#include <divx/encore2.h>
39  #if ENCORE_VERSION != 20021024
40  #error Wrong version of divx encore libraries
41  #endif
42 @@ -340,7 +340,7 @@
43      ])
44    fi
45    if [ test x$HAVE_DIVX = xyes ]; then
46 -    AC_CHECK_HEADER(decore.h, , [
47 +    AC_CHECK_HEADER(divx/decore.h, , [
48        AC_MSG_WARN([Divx4linux decoder headers not found])
49        HAVE_DIVX=no
50      ])
51 @@ -348,7 +348,7 @@
52    if [ test x$HAVE_DIVX = xyes ]; then
53      AC_MSG_CHECKING([Checking for valid divx4linux decore version])
54      AC_TRY_COMPILE([
55 -#include <decore.h>
56 +#include <divx/decore.h>
57  #if DECORE_VERSION != 20021112
58  #error Wrong version of divx decore libraries
59  #endif
This page took 0.104808 seconds and 3 git commands to generate.