libxine: update to version 1.1.19
[openembedded.git] / recipes / libxine / libxine-1.1.19 / ffmpeg_headers.patch
blobbe20fe6df4bfe418e7674d7feb6bed84be68f349
1 Index: xine-lib-1.1.16.3/configure.ac
2 ===================================================================
3 --- xine-lib-1.1.16.3.orig/configure.ac 2009-07-29 01:27:23.448366991 +0200
4 +++ xine-lib-1.1.16.3/configure.ac 2009-07-29 01:29:12.556348147 +0200
5 @@ -350,14 +350,6 @@
6 AC_SUBST([FFMPEG_POSTPROC_LIBS])
7 AC_DEFINE([HAVE_FFMPEG], [1], [Define this if you have ffmpeg library])
9 - dnl Check presence of ffmpeg/avutil.h to see if it's old or new
10 - dnl style for headers. The new style would be preferred actually...
11 - AC_CHECK_HEADERS([ffmpeg/avutil.h])
12 - AC_CHECK_HEADERS([libavutil/avutil.h])
13 - if test "$ac_cv_header_ffmpeg_avutil_h" = "yes" && test "$ac_cv_header_libavutil_avutil_h" = "yes"; then
14 - AC_MSG_ERROR([old & new ffmpeg headers found - you need to clean up!])
15 - fi
17 AC_MSG_RESULT([using external ffmpeg])
18 else
19 AC_MSG_NOTICE([