diff options
author | James Almer <jamrial@gmail.com> | 2017-07-20 00:30:19 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-07-20 00:33:29 -0300 |
commit | 3cd616a0c95853411f6ab23ce797f696dc38abe7 (patch) | |
tree | de2b5ecc0219264552291e37968372262f09a58e /libavdevice/Makefile | |
parent | 12791ec5b0d3653ad2a453d20368229f53df65c4 (diff) | |
download | ffmpeg-streaming-3cd616a0c95853411f6ab23ce797f696dc38abe7.zip ffmpeg-streaming-3cd616a0c95853411f6ab23ce797f696dc38abe7.tar.gz |
avdevice: make ff_reverse available on shared builds
Should fix compilation failures introduced by 9b937958907daaddade139c36ce33c6eac269631.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index c055d67..1d4e9e6 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -9,6 +9,7 @@ OBJS = alldevices.o \ utils.o \ OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o +OBJS-$(CONFIG_SHARED) += reverse.o # input/output devices OBJS-$(CONFIG_ALSA_INDEV) += alsa_dec.o alsa.o timefilter.o |