aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-12-04 01:35:47 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-04 01:58:28 +0100
commit36e7385d0eb7e3f40040ad469a911b67dd86b8d0 (patch)
tree1d44d8eca56a72660c072e2f9fcabb3a72d43ebf /libavformat/Makefile
parent5108323aa90fac4a491a608b563cfcf11bea4b79 (diff)
downloadffmpeg-36e7385d0eb7e3f40040ad469a911b67dd86b8d0.tar.gz
Fix standalone compilation of the iec61883 input device.
(cherry picked from commit 963aa1daf88066d43c7495803b870800c5faaa4d) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index c1b5acee93..f0900c4343 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -519,6 +519,9 @@ OBJS-$(CONFIG_UNIX_PROTOCOL) += unix.o
OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
+# libavdevice dependencies
+OBJS-$(CONFIG_IEC61883_INDEV) += dv.o
+
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += avformatres.o