aa vout plugin

Sigmund Augdal sigmunau at stud.ntnu.no
Tue Mar 19 07:28:48 CET 2002


Strange, well here goes.

Sigmund Augdal

On Tue, Mar 19, 2002 at 12:18:58AM +0100, Samuel Hocevar wrote:
> On Tue, Mar 19, 2002, Sigmund Augdal wrote:
> 
> > -- Binary/unsupported file stripped by Ecartis -- Type: text/x-csrc
> > -- Binary/unsupported file stripped by Ecartis -- Type: text/x-csrc
> 
>    Grrmbl, sorry for the inconvenience. Could you send them again,
> please ? I fixed the list manager so that this never happens again.
> 
> -- 
> Sam.
> 
> -- 
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://www.videolan.org/lists.html
> If you are in trouble, please contact <postmaster at videolan.org>
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /var/cvs/videolan/vlc/Makefile,v
retrieving revision 1.177
diff -r1.177 Makefile
58c58,59
< 		x11
---
> 		x11 \
> 		aa
140c141,142
< 		x11/xvideo
---
> 		x11/xvideo \
> 		aa/aa
Index: Makefile.opts.in
===================================================================
RCS file: /var/cvs/videolan/vlc/Makefile.opts.in,v
retrieving revision 1.72
diff -r1.72 Makefile.opts.in
67a68
> LIB_AA = @LIB_AA@
Index: configure.in
===================================================================
RCS file: /var/cvs/videolan/vlc/configure.in,v
retrieving revision 1.251
diff -r1.251 configure.in
1105a1106,1120
> dnl  AA plugin
> dnl
> AC_ARG_ENABLE(aa,
>   [  --enable-aa             aalib output (default disabled)])
> if test x$enable_aa = xyes
> then
>   AC_CHECK_HEADER(aalib.h,have_aa="true",have_aa="false")
>   if test x$have_aa = xtrue
>   then
>     PLUGINS="${PLUGINS} aa"
>     LIB_AA="${LIB_AA} -laa"
>   fi
> fi
> 
> dnl
1351a1367
> 
1554a1571
> AC_SUBST(LIB_AA)
-------------- next part --------------
aa_SOURCES = aa.c vout_aa.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aa.c
Type: text/x-csrc
Size: 2353 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20020319/0682d5ba/attachment.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vout_aa.c
Type: text/x-csrc
Size: 9553 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20020319/0682d5ba/attachment-0001.c>


More information about the vlc-devel mailing list