[FFmpeg-cvslog] libavformat/Makefile: Fix build issues with async test

Michael Niedermayer git at videolan.org
Fri Apr 24 17:28:16 EEST 2020


ffmpeg | branch: release/2.8 | Michael Niedermayer <michael at niedermayer.cc> | Fri Apr 24 13:48:04 2020 +0200| [f93e026b642431e796775345df2483ae283283f2] | committer: Michael Niedermayer

libavformat/Makefile: Fix build issues with async test

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

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

 libavformat/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 466da516ad..f598e9caff 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -547,11 +547,11 @@ SLIBOBJS-$(HAVE_GNU_WINDRES)             += avformatres.o
 SKIPHEADERS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh.h
 SKIPHEADERS-$(CONFIG_NETWORK)            += network.h rtsp.h
 
-TESTPROGS = async                                                       \
-            seek                                                        \
+TESTPROGS = seek                                                        \
             srtp                                                        \
             url                                                         \
 
+TESTPROGS-$(CONFIG_ASYNC_PROTOCOL)       += async
 TESTPROGS-$(CONFIG_NETWORK)              += noproxy
 TESTPROGS-$(CONFIG_FFRTMPCRYPT_PROTOCOL) += rtmpdh
 



More information about the ffmpeg-cvslog mailing list