summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2004-10-22 02:04:30 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2004-10-22 02:04:30 +0000
commitf02be79d61022f399bb08573fd42d068cdf75b7b (patch)
treeeda5af9278e46245d3b56d96d89513466502ddc8 /Makefile
parent5ba7c3d7c9c53afad5e13203011619cff579b7ba (diff)
* 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). Originally committed as revision 3621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8aaa51b70f..db8bcea5e4 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,10 @@ ifeq ($(CONFIG_XVID),yes)
EXTRALIBS+=-lxvidcore
endif
+ifeq ($(CONFIG_DC1394),yes)
+EXTRALIBS+=-ldc1394_control -lraw1394
+endif
+
ifeq ($(BUILD_VHOOK),yes)
VHOOK=videohook
INSTALLVHOOK=install-vhook