[vlc-devel] commit: configure: fix --with-dvbpsi=PATH (Christopher Key )
git version control
git at videolan.org
Fri Sep 25 18:09:02 CEST 2009
vlc | branch: master | Christopher Key <cjk32 at cam.ac.uk> | Fri Sep 25 19:07:10 2009 +0300| [f01d53449daf7bddac7d4bb1bd634777c08f7353] | committer: Rémi Denis-Courmont
configure: fix --with-dvbpsi=PATH
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f01d53449daf7bddac7d4bb1bd634777c08f7353
---
configure.ac | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 565ec3f..8e092bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2299,7 +2299,16 @@ then
then
AC_MSG_ERROR([Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1])
fi
- ])
+ ],
+ [#if defined( HAVE_STDINT_H )
+# include <stdint.h>
+#elif defined( HAVE_INTTYPES_H )
+# include <inttypes.h>
+#endif
+#include <dvbpsi/dvbpsi.h>
+#include <dvbpsi/descriptor.h>
+#include <dvbpsi/pat.h>
+#include <dvbpsi/pmt.h>])
CPPFLAGS="${CPPFLAGS_save}"
;;
esac
More information about the vlc-devel
mailing list