[FFmpeg-cvslog] avformat/Makefile: don't hardcode openssl for whip muxer

Timo Rothenpieler git at videolan.org
Thu Jul 3 23:18:23 EEST 2025


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Tue Jun 24 19:50:14 2025 +0200| [cdc03240febda4240354dff3421f6c94f4b6b23d] | committer: Timo Rothenpieler

avformat/Makefile: don't hardcode openssl for whip muxer

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

 libavformat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2e73f1325e..816eb9be4a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -639,7 +639,7 @@ OBJS-$(CONFIG_WEBM_CHUNK_MUXER)          += webm_chunk.o
 OBJS-$(CONFIG_WEBP_MUXER)                += webpenc.o
 OBJS-$(CONFIG_WEBVTT_DEMUXER)            += webvttdec.o subtitles.o
 OBJS-$(CONFIG_WEBVTT_MUXER)              += webvttenc.o
-OBJS-$(CONFIG_WHIP_MUXER)                += whip.o avc.o http.o srtp.o tls_openssl.o
+OBJS-$(CONFIG_WHIP_MUXER)                += whip.o avc.o http.o srtp.o
 OBJS-$(CONFIG_WSAUD_DEMUXER)             += westwood_aud.o
 OBJS-$(CONFIG_WSAUD_MUXER)               += westwood_audenc.o
 OBJS-$(CONFIG_WSD_DEMUXER)               += wsddec.o rawdec.o



More information about the ffmpeg-cvslog mailing list