Changeset 79ddd26444ac3fb19e79ab193fa1ceb5cae9516e

Show
Ignore:
Timestamp:
03/07/03 21:25:51 (5 years ago)
Author:
Simon Latapie <garf@videolan.org>
git-committer:
Simon Latapie <garf@videolan.org> 1057260351 +0000
git-parent:

[1eeede38ba74aaec38d620bd28eff0a103610084]

git-author:
Simon Latapie <garf@videolan.org> 1057260351 +0000
Message:
  • logo.c : a little filter to put a PNG picture on video output (use mouse features :)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    r73476da r79ddd26  
    11dnl Autoconf settings for vlc 
    2 dnl $Id: configure.ac,v 1.22 2003/07/02 22:47:42 sam Exp $ 
     2dnl $Id: configure.ac,v 1.23 2003/07/03 19:25:51 garf Exp $ 
    33 
    44AC_INIT(vlc,0.6.0) 
     
    19281928  ]) 
    19291929fi 
     1930 
     1931dnl 
     1932dnl  Video Filters 
     1933dnl 
     1934 
     1935dnl 
     1936dnl   png 
     1937dnl 
     1938AC_CHECK_HEADERS(png.h, [ 
     1939    AX_ADD_LDFLAGS([logo],[-lpng]) 
     1940    AX_ADD_PLUGINS([logo])]) 
    19301941 
    19311942dnl 
  • modules/video_filter/Modules.am

    rfe17002 r79ddd26  
    88SOURCES_motionblur = motionblur.c 
    99SOURCES_osdtext = osd_text.c 
     10SOURCES_logo = logo.c 
    1011noinst_HEADERS += filter_common.h