Changeset 5cc515b468b6eeefeb57395e017452b5b31af42c

Show
Ignore:
Timestamp:
09/09/08 11:49:37 (3 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1220953777 +0200
git-parent:

[5c76c07d36d75a1c185a8708149e933a67ed3f6d]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1220020131 +0200
Message:

Remove old limited image video_output its functionality has been replaced by a video_filter2 named scene. Use it with: ./vlc --video-filter=scene -I dummy to match the old functionality.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    rfa0e963 r5cc515b  
    11151115VLC_ADD_PLUGIN([blend]) 
    11161116VLC_ADD_PLUGIN([scale]) 
    1117 VLC_ADD_PLUGIN([image]) 
    11181117VLC_ADD_PLUGIN([vmem]) 
    11191118VLC_ADD_PLUGIN([logo]) 
  • modules/video_output/Modules.am

    r8607fc1 r5cc515b  
    1616SOURCES_opengl = opengl.c 
    1717SOURCES_opengllayer = opengllayer.m 
    18 SOURCES_image = image.c 
    1918SOURCES_directfb = directfb.c 
    2019SOURCES_vmem = vmem.c