Commit 3cd616a0 authored by James Almer's avatar James Almer

avdevice: make ff_reverse available on shared builds

Should fix compilation failures introduced by 9b937958.
parent 12791ec5
......@@ -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
......
#include "libavutil/reverse.c"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment