Mercurial > libavformat.hg
comparison Makefile @ 571:4a755492b90b libavformat
* Introducing IIDC1394 grabbing interface.
Use it with -grab dc1394
* Introducing yet another packed pix_fmt in order to support some of
the IIDC1394 modes: uyvy411 (Cb Y0 Y1 Cr Y2 Y3).
author | romansh |
---|---|
date | Fri, 22 Oct 2004 02:04:30 +0000 |
parents | 485a529adaee |
children | 89a09ede50ad |
comparison
equal
deleted
inserted
replaced
570:d82ccc7cff1c | 571:4a755492b90b |
---|---|
43 OBJS+= grab.o | 43 OBJS+= grab.o |
44 endif | 44 endif |
45 | 45 |
46 ifeq ($(CONFIG_DV1394),yes) | 46 ifeq ($(CONFIG_DV1394),yes) |
47 OBJS+= dv1394.o | 47 OBJS+= dv1394.o |
48 endif | |
49 | |
50 ifeq ($(CONFIG_DC1394),yes) | |
51 OBJS+= dc1394.o | |
48 endif | 52 endif |
49 | 53 |
50 ifeq ($(CONFIG_AUDIO_OSS),yes) | 54 ifeq ($(CONFIG_AUDIO_OSS),yes) |
51 OBJS+= audio.o | 55 OBJS+= audio.o |
52 endif | 56 endif |