[FFmpeg-devel] [PATCH 3/3] lavfi: rename sink_buffer.c into	buffersink.c.
    Nicolas George 
    nicolas.george at normalesup.org
       
    Sun Mar 10 16:02:07 CET 2013
    
    
  
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 libavfilter/Makefile                        |    2 +-
 libavfilter/{sink_buffer.c => buffersink.c} |    0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename libavfilter/{sink_buffer.c => buffersink.c} (100%)
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a391de8..a1d58d3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -33,13 +33,13 @@ OBJS = allfilters.o                                                     \
        avfilter.o                                                       \
        avfiltergraph.o                                                  \
        buffer.o                                                         \
+       buffersink.o                                                     \
        buffersrc.o                                                      \
        drawutils.o                                                      \
        fifo.o                                                           \
        formats.o                                                        \
        graphdump.o                                                      \
        graphparser.o                                                    \
-       sink_buffer.o                                                    \
        transform.o                                                      \
        video.o                                                          \
 
diff --git a/libavfilter/sink_buffer.c b/libavfilter/buffersink.c
similarity index 100%
rename from libavfilter/sink_buffer.c
rename to libavfilter/buffersink.c
-- 
1.7.10.4
    
    
More information about the ffmpeg-devel
mailing list