Changeset 84cad9ba868a20f981ddb428f82c4fdd30bc5e38

Show
Ignore:
Timestamp:
04/19/04 04:08:52 (4 years ago)
Author:
Andre Pang <andrep@videolan.org>
git-committer:
Andre Pang <andrep@videolan.org> 1082340532 +0000
git-parent:

[87a35e0608d865eb37f9385fe95983e3d57ec9a2]

git-author:
Andre Pang <andrep@videolan.org> 1082340532 +0000
Message:

* Added Continuous Media Markup Language (CMML) codec

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r68904f4 r84cad9b  
    23472347AX_ADD_PLUGINS([subsdec]) 
    23482348 
     2349dnl 
     2350dnl  CMML plugin 
     2351dnl 
     2352AC_ARG_ENABLE(cmml, 
     2353  [  --enable-cmml           CMML support (default enabled)]) 
     2354if test "${enable_cmml}" != "no" 
     2355then 
     2356  AX_ADD_PLUGINS([cmml]) 
     2357fi 
     2358 
    23492359 
    23502360dnl 
     
    37773787  modules/audio_output/Makefile 
    37783788  modules/codec/Makefile 
     3789  modules/codec/cmml/Makefile 
    37793790  modules/codec/ffmpeg/Makefile 
    37803791  modules/codec/ffmpeg/postprocessing/Makefile 
  • modules/LIST

    r85c7ea2 r84cad9b  
    11List of vlc plugins (221) 
    2 $Id: LIST,v 1.19 2004/01/05 13:07:02 zorglub Exp
     2$Id
    33 
    44 * a52: A/52 basic parser/packetizer 
     
    7171 
    7272 * clone: Clone video filter 
     73  
     74 * cmml: Continuous Media Markup Language annotations/hyperlinks decoder 
    7375 
    7476 * corba: CORBA control module