mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-21 23:10:13 +00:00
avdevice: make ff_reverse available on shared builds
Should fix compilation failures introduced by 9b93795890
.
This commit is contained in:
parent
12791ec5b0
commit
3cd616a0c9
@ -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
|
||||
|
1
libavdevice/reverse.c
Normal file
1
libavdevice/reverse.c
Normal file
@ -0,0 +1 @@
|
||||
#include "libavutil/reverse.c"
|
Loading…
Reference in New Issue
Block a user