Changeset 3975d8c9a4ad0e7131b0401f9e36dc98b7223c05

Show
Ignore:
Timestamp:
13/04/06 20:51:38 (3 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1144954298 +0000
git-parent:

[59cb414dfa3fdba712ac98c495046f3aead15fec]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1144954298 +0000
Message:

* fixed 2 minor typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    rc397800 r3975d8c  
    14611461dnl 
    14621462AC_ARG_ENABLE(growl, 
    1463   [  --enable-growl         growl notification plugin (default enabled)]) 
     1463  [  --enable-growl          growl notification plugin (default enabled)]) 
    14641464AS_IF([test "${enable_growl}" != "no"], [ 
    14651465    VLC_ADD_PLUGINS([growl]) 
     
    29102910dnl 
    29112911AC_ARG_ENABLE(dts, 
    2912   [  --enable-dts            DTS Coherent Acoustics support with libdts (default enabled)]) 
     2912  [  --enable-dts            DTS Coherent Acoustics support with libdca (default enabled)]) 
    29132913if test "${enable_dts}" != "no"; then 
    29142914  AC_ARG_WITH(dts-tree,