[FFmpeg-cvslog] avdevice: make ff_reverse available on shared builds

James Almer git at videolan.org
Thu Jul 20 06:34:00 EEST 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jul 20 00:30:19 2017 -0300| [3cd616a0c95853411f6ab23ce797f696dc38abe7] | committer: James Almer

avdevice: make ff_reverse available on shared builds

Should fix compilation failures introduced by 9b937958907daaddade139c36ce33c6eac269631.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3cd616a0c95853411f6ab23ce797f696dc38abe7
---

 libavdevice/Makefile  | 1 +
 libavdevice/reverse.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index c055d6718d..1d4e9e69fe 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
diff --git a/libavdevice/reverse.c b/libavdevice/reverse.c
new file mode 100644
index 0000000000..440badaf34
--- /dev/null
+++ b/libavdevice/reverse.c
@@ -0,0 +1 @@
+#include "libavutil/reverse.c"



More information about the ffmpeg-cvslog mailing list