Changeset 09c86cf0c253bc101eaa78ddbed889621f8464a2

Show
Ignore:
Timestamp:
05/27/04 01:19:53 (4 years ago)
Author:
Derk-Jan Hartman <hartman@videolan.org>
git-committer:
Derk-Jan Hartman <hartman@videolan.org> 1085613593 +0000
git-parent:

[395cdfc1a82b88656241df8bc894d12d8995e63c]

git-author:
Derk-Jan Hartman <hartman@videolan.org> 1085613593 +0000
Message:

* enable mjpeg module and add to LIST

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r5f50f22 r09c86cf  
    885885dnl 
    886886AX_ADD_PLUGINS([dummy rc telnet logger gestures memcpy hotkeys]) 
    887 AX_ADD_PLUGINS([mpgv mpga m4v h264 mpeg_system ps ps2 pva ts avi asf aac mp4 rawdv demux2 nsv real aiff]) 
     887AX_ADD_PLUGINS([mpgv mpga m4v h264 mpeg_system ps ps2 pva ts avi asf aac mp4 rawdv demux2 nsv real aiff mjpeg]) 
    888888AX_ADD_PLUGINS([cvdsub svcdsub spudec dvbsub mpeg_audio lpcm a52 dts cinepak]) 
    889889AX_ADD_PLUGINS([deinterlace invert adjust wall transform distort clone crop motionblur]) 
  • modules/LIST

    r5f50f22 r09c86cf  
    263263 * mga: video output module for Matrox cards using the Linux mga kernel driver. 
    264264 
     265 * mjpeg: a demuxer for multipart and concatenated JPEG data. 
     266 
    265267 * mkv: Matroska demuxer 
    266268 
     
    340342 
    341343 * qt: interface module using the Qt widget set. 
    342  
    343  * qt_video: video output module for Qt. 
    344344 
    345345 * qte: video output module for Qt Embedded.