Commit 3975d8c9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed 2 minor typos

parent 59cb414d
...@@ -1460,7 +1460,7 @@ dnl ...@@ -1460,7 +1460,7 @@ dnl
dnl Growl notification plugin dnl Growl notification plugin
dnl dnl
AC_ARG_ENABLE(growl, AC_ARG_ENABLE(growl,
[ --enable-growl growl notification plugin (default enabled)]) [ --enable-growl growl notification plugin (default enabled)])
AS_IF([test "${enable_growl}" != "no"], [ AS_IF([test "${enable_growl}" != "no"], [
VLC_ADD_PLUGINS([growl]) VLC_ADD_PLUGINS([growl])
] ]
...@@ -2909,7 +2909,7 @@ dnl ...@@ -2909,7 +2909,7 @@ dnl
dnl DTS Coherent Acoustics decoder plugin dnl DTS Coherent Acoustics decoder plugin
dnl dnl
AC_ARG_ENABLE(dts, AC_ARG_ENABLE(dts,
[ --enable-dts DTS Coherent Acoustics support with libdts (default enabled)]) [ --enable-dts DTS Coherent Acoustics support with libdca (default enabled)])
if test "${enable_dts}" != "no"; then if test "${enable_dts}" != "no"; then
AC_ARG_WITH(dts-tree, AC_ARG_WITH(dts-tree,
[ --with-dts-tree=PATH libdts tree for static linking ],[],[]) [ --with-dts-tree=PATH libdts tree for static linking ],[],[])
......
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