configure.ac: --enable-compat is default (only descriptors api)
[email protected] (Jean-Paul Saman) Mon, 11 Jan 2016 09:55:37 +0100 (CET)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Jean-Paul Saman <[email protected]> | Mon Jan 11 09:54:23 2016 +0100| [f9a7093efe6e9a33b7f80033d6539c909ad6c70c] | committer: Jean-Paul Saman configure.ac: --enable-compat is default (only descriptors api) Enable compatibility layer with old descriptor api by default > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=f9a7093efe6e9a33b7f80033d6539c909ad6c70c --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d4d92ae..51430f4 100644 --- a/configure.ac +++ b/configure.ac @@ -85,12 +85,12 @@ fi dnl --enable-compat AC_ARG_ENABLE(compat, -[ --enable-compat Enable API compatibility layer (default disabled)], +[ --enable-compat Enable API compatibility layer (default enabled)], [case "${enableval}" in yes) compat=true ;; no) compat=false ;; *) AC_MSG_ERROR(bad value ${enableval} for --enable-compat) ;; -esac],[compat=false]) +esac],[compat=true]) if test "$compat" = "true"; then CFLAGS_dist="${CFLAGS_dist} -DDVBPSI_USE_DEPRECATED_DR_API" fi _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel