annotate libvo/config.mak @ 18:531d58007138

Initial revision
author arpi_esp
date Tue, 27 Feb 2001 02:04:08 +0000
parents 3b5f5d1c5041
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 include ../config.mak
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 OPTIONAL_SRCS= vo_gl.c vo_x11.c vo_mga.c vo_xmga.c vo_syncfb.c
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 OPTIONAL_OBJS=vo_gl.o vo_x11.o vo_mga.o vo_xmga.o vo_syncfb.o
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6