Skip to content

Commit

Permalink
avdevice: make ff_reverse available on shared builds
Browse files Browse the repository at this point in the history
Should fix compilation failures introduced by 9b93795.
  • Loading branch information
jamrial committed Jul 20, 2017
1 parent 12791ec commit 3cd616a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libavdevice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions libavdevice/reverse.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "libavutil/reverse.c"

0 comments on commit 3cd616a

Please sign in to comment.