[FFmpeg-cvslog] buildsys: fix rules for swresample-test

Michael Niedermayer git at videolan.org
Thu Jun 7 01:44:25 CEST 2012


ffmpeg | branch: release/0.11 | Michael Niedermayer <michaelni at gmx.at> | Tue Jun  5 17:06:19 2012 +0200| [92e5e6215668f463c209cf53254770e9651012cd] | committer: Michael Niedermayer

buildsys: fix rules for swresample-test

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 63b1c08073adefb93c9fe8e3a6fd9c1b99772b7e)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libswresample/Makefile                                 |    2 +-
 libswresample/{swresample_test.c => swresample-test.c} |    0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswresample/Makefile b/libswresample/Makefile
index 6e4e468..0a13412 100644
--- a/libswresample/Makefile
+++ b/libswresample/Makefile
@@ -7,4 +7,4 @@ HEADERS = swresample.h
 
 OBJS = swresample.o audioconvert.o resample.o rematrix.o dither.o
 
-TESTPROGS = swresample_test
+TESTPROGS = swresample
diff --git a/libswresample/swresample_test.c b/libswresample/swresample-test.c
similarity index 100%
rename from libswresample/swresample_test.c
rename to libswresample/swresample-test.c



More information about the ffmpeg-cvslog mailing list