Commit 856c3c04 authored by Laurent Aimar's avatar Laurent Aimar

* all : enable aac demux by default.

parent 77f8e25e
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -931,6 +931,16 @@ then
PLUGINS="${PLUGINS} demux/avi/avi"
fi
dnl
dnl AAC demux plugin
dnl
AC_ARG_ENABLE(aac,
[ --enable-aac AAC demux module (default enabled)])
if test "x${enable_aac}" != "xno"
then
PLUGINS="${PLUGINS} demux/aac/aac"
fi
dnl
dnl Codec plugins
dnl
......
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