comparison Makefile @ 795:391669d461d4 libavformat

*BSD bktr grab support by (Jacob Meuser: jakemsr, jakemsr com)
author michael
date Sat, 25 Jun 2005 09:04:08 +0000
parents a5095f5cf38a
children c69cd990c32f
comparison
equal deleted inserted replaced
794:040cf31abb4b 795:391669d461d4
36 OBJS+= avio.o aviobuf.o file.o 36 OBJS+= avio.o aviobuf.o file.o
37 OBJS+= framehook.o 37 OBJS+= framehook.o
38 38
39 ifeq ($(CONFIG_VIDEO4LINUX),yes) 39 ifeq ($(CONFIG_VIDEO4LINUX),yes)
40 OBJS+= grab.o 40 OBJS+= grab.o
41 endif
42
43 ifeq ($(CONFIG_BKTR),yes)
44 OBJS+= grab_bktr.o
41 endif 45 endif
42 46
43 ifeq ($(CONFIG_DV1394),yes) 47 ifeq ($(CONFIG_DV1394),yes)
44 OBJS+= dv1394.o 48 OBJS+= dv1394.o
45 endif 49 endif