Commit 7eb66813 authored by Christophe Massiot's avatar Christophe Massiot

Fixed a typo in libdvbpsi handling.

parent 1c26af81
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -687,6 +687,8 @@ AC_ARG_ENABLE(dvbpsi, ...@@ -687,6 +687,8 @@ AC_ARG_ENABLE(dvbpsi,
[ --enable-dvbpsi dvbpsi ts demux module (default disabled)]) [ --enable-dvbpsi dvbpsi ts demux module (default disabled)])
if test "x$enable_dvbpsi" != "xno" if test "x$enable_dvbpsi" != "xno"
then then
AC_ARG_WITH(dvbpsi,
[ --with-dvbpsi=PATH libdvbpsi headers and libraries])
if test "x$with_dvbpsi" = x if test "x$with_dvbpsi" = x
then then
test_LDFLAGS="" test_LDFLAGS=""
......
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