diff options
author | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-04-26 15:26:22 +0300 |
---|---|---|
committer | Petri Hintukainen <phintuka@users.sourceforge.net> | 2012-04-26 15:26:22 +0300 |
commit | df6150ea5a8f31221f5fda0627843bb40aec6485 (patch) | |
tree | 2f54baa769c6b2cc271c7ae1baf53d7d821237ff | |
parent | f74df7230a44d902fe4291a347579219eb349eac (diff) | |
download | xine-lib-df6150ea5a8f31221f5fda0627843bb40aec6485.tar.gz xine-lib-df6150ea5a8f31221f5fda0627843bb40aec6485.tar.bz2 |
Fixed configure summary for demuxers (removed AAC LATM and E-AC-3)
-rw-r--r-- | m4/summary.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/summary.m4 b/m4/summary.m4 index 51fa646bd..329fb6022 100644 --- a/m4/summary.m4 +++ b/m4/summary.m4 @@ -62,8 +62,6 @@ AC_DEFUN([XINE_LIB_SUMMARY], [ echo " - ac3 (*INTERNAL* library)" fi fi - echo " - E-AC-3" - echo " - AAC LATM" test x"$enable_asf" != x"no" && echo " - asf" test x"$enable_nosefart" != xno && echo " - Nosefart (NSF)" test x"$enable_mng" != x"no" && echo " - mng" |