Commit 79ddd264 authored by Simon Latapie's avatar Simon Latapie

* logo.c : a little filter to put a PNG picture on video output (use mouse features :)

parent 1eeede38
dnl Autoconf settings for vlc
dnl $Id: configure.ac,v 1.22 2003/07/02 22:47:42 sam Exp $
dnl $Id: configure.ac,v 1.23 2003/07/03 19:25:51 garf Exp $
AC_INIT(vlc,0.6.0)
......@@ -1928,6 +1928,17 @@ You also need to check that you have a libogg posterior to the 1.0 release.])],
])
fi
dnl
dnl Video Filters
dnl
dnl
dnl png
dnl
AC_CHECK_HEADERS(png.h, [
AX_ADD_LDFLAGS([logo],[-lpng])
AX_ADD_PLUGINS([logo])])
dnl
dnl Video plugins
dnl
......
......@@ -7,4 +7,5 @@ SOURCES_clone = clone.c
SOURCES_crop = crop.c
SOURCES_motionblur = motionblur.c
SOURCES_osdtext = osd_text.c
SOURCES_logo = logo.c
noinst_HEADERS += filter_common.h
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment