Skip to content
Snippets Groups Projects
Commit 3cd616a0 authored by James Almer's avatar James Almer
Browse files

avdevice: make ff_reverse available on shared builds

Should fix compilation failures introduced by 9b937958.
parent 12791ec5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment