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
lavfi: rename vsrc_buffer.c into src_buffer.c.
tags/n0.11
Nicolas George
14 years ago
parent
7ad0d9864e
commit
2ae5af8094
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/Makefile
+0
-0
libavfilter/src_buffer.c
+ 1
- 1
libavfilter/Makefile
View File
@@ -22,8 +22,8 @@ OBJS = allfilters.o \
formats.o \
graphdump.o \
graphparser.o \
src_buffer.o \
transform.o \
vsrc_buffer.o
OBJS-$(CONFIG_AVCODEC) += avcodec.o
OBJS-$(CONFIG_AVFORMAT) += lavfutils.o
libavfilter/vsrc_buffer.c → libavfilter/src_buffer.c
View File
Write
Preview
Loading…
Cancel
Save