diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-12-04 01:35:47 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-12-04 01:35:47 +0100 |
commit | 963aa1daf88066d43c7495803b870800c5faaa4d (patch) | |
tree | 2196086ce15383bb3e2292aa2b13f5aae332b58c /libavformat | |
parent | 1d69ab9d1c3d9ece9984371f205b8b41cc1909ed (diff) | |
download | ffmpeg-963aa1daf88066d43c7495803b870800c5faaa4d.tar.gz |
Fix standalone compilation of the iec61883 input device.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 3 |
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 |