Commit f01d5344 authored by Christopher Key's avatar Christopher Key Committed by Rémi Denis-Courmont

configure: fix --with-dvbpsi=PATH

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 250fd63e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment