This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avdevice: make ff_reverse available on shared builds
Should fix compilation failures introduced by
9b93795890
.
tags/n3.4
James Almer
7 years ago
parent
12791ec5b0
commit
3cd616a0c9
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavdevice/Makefile
+1
-0
libavdevice/reverse.c
+ 1
- 0
libavdevice/Makefile
View File
@@ -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
- 0
libavdevice/reverse.c
View File
@@ -0,0 +1 @@
#include "libavutil/reverse.c"
Write
Preview
Loading…
Cancel
Save