mirror of
https://github.com/videolan/vlc.git
synced 2025-01-27 01:56:19 +08:00
Fixed a typo in libdvbpsi handling.
This commit is contained in:
parent
1c26af817b
commit
7eb66813ac
@ -687,6 +687,8 @@ AC_ARG_ENABLE(dvbpsi,
|
||||
[ --enable-dvbpsi dvbpsi ts demux module (default disabled)])
|
||||
if test "x$enable_dvbpsi" != "xno"
|
||||
then
|
||||
AC_ARG_WITH(dvbpsi,
|
||||
[ --with-dvbpsi=PATH libdvbpsi headers and libraries])
|
||||
if test "x$with_dvbpsi" = x
|
||||
then
|
||||
test_LDFLAGS=""
|
||||
|
Loading…
Reference in New Issue
Block a user