[vlc-devel] commit: Remove unused LIBPOSTPROC_POSTPROC_H ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Oct 17 10:30:53 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Oct 17 11:30:34 2009 +0300| [ac9386fa25f497f71f6a299736148eb3981d5462] | committer: Rémi Denis-Courmont
Remove unused LIBPOSTPROC_POSTPROC_H
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ac9386fa25f497f71f6a299736148eb3981d5462
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index e5d54c2..6454c36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3032,7 +3032,7 @@ then
VLC_SAVE_FLAGS
CPPFLAGS="${CPPFLAGS} ${POSTPROC_CFLAGS}"
CFLAGS="${CFLAGS} ${POSTPROC_CFLAGS}"
- AC_CHECK_HEADERS(libpostproc/postproc.h postproc/postprocess.h)
+ AC_CHECK_HEADERS(postproc/postprocess.h)
VLC_ADD_PLUGIN([postproc])
VLC_ADD_LIBS([postproc],[$POSTPROC_LIBS $AVUTIL_LIBS])
VLC_ADD_CFLAGS([postproc],[$POSTPROC_CFLAGS $AVUTIL_CFLAGS])
More information about the vlc-devel
mailing list