[vlc-devel] commit: Look for postproc/postprocess.h correctly ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jun 2 19:30:44 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Mon Jun  2 20:32:07 2008 +0300| [135b7417245087df851d518c583982eae0efb197]

Look for postproc/postprocess.h correctly

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=135b7417245087df851d518c583982eae0efb197
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index bfac2bd..6e9372f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3078,7 +3078,7 @@ then
       VLC_SAVE_FLAGS
       CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
       CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}"
-      AC_CHECK_HEADERS(libpostproc/postproc.h ffmpeg/postproc.h)
+      AC_CHECK_HEADERS(libpostproc/postproc.h postproc/postprocess.h)
       VLC_ADD_PLUGIN([postproc])
       VLC_ADD_LIBS([postproc],[$POSTPROC_LIBS])
       VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS])




More information about the vlc-devel mailing list