## # Build video library. ## include ../config.mk LIBRARY = libvideo.a all: builddir $(LIBRARY) include ../common.mk include ../library.mk